Commit 7dfab247 by Jakub Jelinek Committed by Jakub Jelinek

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
parent e6f4b8cc
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.
......
/* 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; };
......
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