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
+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.
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;