Commit e8d8041d by Steve Ellcey Committed by Steve Ellcey

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
parent 94910f22
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.
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment