re PR testsuite/36620 (gcc.dg/pr36504.c doesn't work on 32bit)
PR testsuite/36620 * gcc.dg/pr36504.c: Add -w to dg-options. From-SVN: r137249
This commit is contained in:
parent
e6f4b8ccd2
commit
7dfab247a1
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-06-29 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR testsuite/36620
|
||||
* gcc.dg/pr36504.c: Add -w to dg-options.
|
||||
|
||||
2008-06-29 Ira Rosen <irar@il.ibm.com>
|
||||
|
||||
* gcc.dg/vect/pr36493.c: Require vect_long.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* PR tree-optimization/36504 */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-O3 -fprefetch-loop-arrays" } */
|
||||
/* { dg-options "-O3 -fprefetch-loop-arrays -w" } */
|
||||
|
||||
struct A { struct { int a; } b[8]; };
|
||||
struct B { int c; int d; };
|
||||
|
|
Loading…
Add table
Reference in a new issue