Commit 54616742 by Richard Guenther Committed by Richard Biener

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
parent 6e0d70c9
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> 2011-10-07 Uros Bizjak <ubizjak@gmail.com>
H.J. Lu <hongjiu.lu@intel.com> H.J. Lu <hongjiu.lu@intel.com>
......
...@@ -15,7 +15,7 @@ struct foo { ...@@ -15,7 +15,7 @@ struct foo {
} __attribute__ ((packed)); } __attribute__ ((packed));
struct foo f2; 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)) __attribute__ ((noinline))
void fbar(struct foo *fp) void fbar(struct foo *fp)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment