diff mbox

Fix PR50637

Message ID alpine.LNX.2.00.1110071028021.2130@zhemvz.fhfr.qr
State New
Headers show

Commit Message

Richard Biener Oct. 7, 2011, 8:28 a.m. UTC
Committed.

Richard.

2011-10-07  Richard Guenther  <rguenther@suse.de>

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

Patch

Index: gcc/testsuite/gcc.dg/vect/vect-align-2.c
===================================================================
--- gcc/testsuite/gcc.dg/vect/vect-align-2.c	(revision 179647)
+++ gcc/testsuite/gcc.dg/vect/vect-align-2.c	(working copy)
@@ -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)