OSDN Git Service

* gcc.dg/pr34856.c: Condition use of -maltivec on
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr15698-1.c
index 6b1c4e2..6bb001a 100644 (file)
@@ -18,6 +18,6 @@ int foobar ()
 
 char *rindex(a, b)
      register char *a, b;
-{ /* { dg-warning "warning: argument 'a' doesn't match built-in prototype" } */
+{ /* { dg-warning "argument 'a' doesn't match built-in prototype" } */
   return 0;
 }