OSDN Git Service

PR rtl-optimization/40861
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr30551.c
index d6fdd8f..218a50a 100644 (file)
@@ -1,7 +1,7 @@
 /* PR 30551 -Wmain is enabled by -Wall.  */
 /* { dg-do compile } */
 /* { dg-options "-Wall" } */
-
+/* { dg-skip-if "-Wmain not enabled with -Wall on SPU" { spu-*-* } } */
 void main(char a) {} /* { dg-warning "first argument of .main. should be .int." } */
 /* { dg-warning ".main. takes only zero or two arguments" "" { target *-*-* } 5 } */ 
 /* { dg-warning "return type of .main. is not .int." "" { target *-*-* } 5 } */