OSDN Git Service

gcc
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr20368-2.c
index e3c8396..7faded6 100644 (file)
@@ -3,10 +3,10 @@
 /* { dg-do compile } */
 /* { dg-options "-Wmissing-prototypes" } */
 
-extern __typeof (f) g; /* { dg-error "error: 'f' undeclared here \\(not in a function\\)" } */
+extern __typeof (f) g; /* { dg-error "'f' undeclared here \\(not in a function\\)" } */
 
 int
-f (x)
+f (x) /* { dg-warning "no previous prototype for 'f'" } */
      float x;
 {
 }