OSDN Git Service

* reload.c (find_reloads): Don't clear badop if we have a
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr20368-3.c
index 3209599..0d0ea6d 100644 (file)
@@ -3,10 +3,10 @@
 /* { dg-do compile } */
 /* { dg-options "-Wmissing-declarations" } */
 
-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 declaration for 'f'" } */
      float x;
 {
 }