re PR testsuite/50637 (gcc.dg/vect/vect-align-2.c is invalid (FAILs with -O2 -flto -fpeel-loops))

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

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

From-SVN: r179648
This commit is contained in:
Richard Guenther 2011-10-07 08:28:48 +00:00 committed by Richard Biener
parent 6e0d70c957
commit 54616742d8
2 changed files with 6 additions and 1 deletions

View 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>

View 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)