re PR middle-end/49191 (gcc.dg/memcpy-3.c FAILs on SPARC)

2014-08-20  Steve Ellcey  <sellcey@mips.com>

	PR middle-end/49191
	* lib/target-supports.exp (check_effective_target_non_strict_align):
	Add function description.

From-SVN: r214227
This commit is contained in:
Steve Ellcey 2014-08-20 15:57:42 +00:00 committed by Steve Ellcey
parent 94910f226c
commit e8d8041d26
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2014-08-20 Steve Ellcey <sellcey@mips.com>
PR middle-end/49191
* lib/target-supports.exp (check_effective_target_non_strict_align):
Add function description.
2014-08-20 Jan Hubicka <hubicka@ucw.cz>
* testsuite/g++.dg/ipa/devirt-17.C: Update template.

View File

@ -5854,6 +5854,8 @@ proc check_vect_support_and_set_flags { } {
return 1
}
# Return 1 if the target does *not* require strict alignment.
proc check_effective_target_non_strict_align {} {
return [check_no_compiler_messages non_strict_align assembly {
char *y;