OSDN Git Service

Add new testcases.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / parm-forwdecl-2.c
index cecedf2..42db4b1 100644 (file)
@@ -4,5 +4,5 @@
 /* { dg-do compile } */
 /* { dg-options "-pedantic" } */
 
-int f1(int a; int a); /* { dg-warning "warning: ISO C forbids forward parameter declarations" } */
-int f2(int a; int a) { return 0; } /* { dg-warning "warning: ISO C forbids forward parameter declarations" } */
+int f1(int a; int a); /* { dg-warning "ISO C forbids forward parameter declarations" } */
+int f2(int a; int a) { return 0; } /* { dg-warning "ISO C forbids forward parameter declarations" } */