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:
parent
6e0d70c957
commit
54616742d8
|
@ -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>
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue