OSDN Git Service

* MAINTAINERS (c4x port): Remove.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / warn-1.c
index dc2cd0e..6db4ae5 100644 (file)
@@ -12,5 +12,5 @@ void bar (void)
 {
   void *vp;
 
-  foo (vp);    /* { dg-warning "passing argument 1 of" } */
+  foo (vp);    /* { dg-bogus "passing argument 1 of" } */
 }