OSDN Git Service

2011-10-07 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Oct 2011 08:28:48 +0000 (08:28 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Oct 2011 08:28:48 +0000 (08:28 +0000)
PR testsuite/50637
* gcc.dg/vect/vect-align-2.c: Increase array size.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179648 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 23065b8..dffa61c 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 08a8011..293d07b 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)