]> gcc.gnu.org Git - gcc.git/commitdiff
re PR middle-end/49191 (gcc.dg/memcpy-3.c FAILs on SPARC)
authorSteve Ellcey <sellcey@mips.com>
Wed, 20 Aug 2014 15:57:42 +0000 (15:57 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Wed, 20 Aug 2014 15:57:42 +0000 (15:57 +0000)
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

gcc/testsuite/ChangeLog
gcc/testsuite/lib/target-supports.exp

index de08c9a04a7ff50517a07954635dd9534b896ba8..ab39fd674db81e8517554030c90d2c0d99c77f15 100644 (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.
index ca20099722c312a4a68fd0fd81373df6d9b496c8..d373c039d13a1698abd26b7f1300eaab2925d52f 100644 (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;
This page took 0.088574 seconds and 5 git commands to generate.