OSDN Git Service

2012-04-23 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr36504.c
index 0db6ebc..dbcf766 100644 (file)
@@ -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; };