re PR testsuite/50637 (gcc.dg/vect/vect-align-2.c is invalid (FAILs with -O2 -flto...
authorRichard Guenther <rguenther@suse.de>
Fri, 7 Oct 2011 08:28:48 +0000 (08:28 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 7 Oct 2011 08:28:48 +0000 (08:28 +0000)
2011-10-07  Richard Guenther  <rguenther@suse.de>

PR testsuite/50637
* gcc.dg/vect/vect-align-2.c: Increase array size.

From-SVN: r179648

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/vect-align-2.c

index 23065b8545838ff90470fb53302a12f4637a4753..dffa61c25f0074ccb458099d11fd274500589444 100644 (file)
@@ -1,3 +1,8 @@
+2011-10-07  Richard Guenther  <rguenther@suse.de>
+
+       PR testsuite/50637
+       * gcc.dg/vect/vect-align-2.c: Increase array size.
+
 2011-10-07  Uros Bizjak  <ubizjak@gmail.com>
            H.J. Lu  <hongjiu.lu@intel.com>
 
index 08a80112d73235a39db50658f8fbffe4a5706e29..293d07b241d55b886aa5b03f41782a305d6a9f2f 100644 (file)
@@ -15,7 +15,7 @@ struct foo {
 } __attribute__ ((packed));
 
 struct foo f2;
-int z[16] = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15};
+int z[N] = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16};
 
 __attribute__ ((noinline))
 void fbar(struct foo *fp)