OSDN Git Service

PR middle-end/38934
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / Werror-11.c
index 493ded0..3fb892e 100644 (file)
@@ -1,18 +1,18 @@
 /* { dg-do compile } */
 /* { dg-options "-Wattributes -Werror" } */
-/* { dg-warning "warnings being treated as errors" "" {target "*-*-*"} 0 } */
+/* { dg-message "warnings being treated as errors" "" {target "*-*-*"} 0 } */
 
 /* Make sure #pragma can override -Werror.  */
 
 #pragma GCC diagnostic warning "-Waddress"
 
-void __attribute__((dj)) bar() { }     /* { dg-warning "warning: .* attribute directive ignored" } */
+void __attribute__((dj)) bar() { }     /* { dg-error ".* attribute directive ignored" } */
 
 int i;
 
 void
 foo ()
 {
-  if (&i)      /* { dg-warning "warning: .* will always evaluate as 'true'" } */
+  if (&i)      /* { dg-warning ".* will always evaluate as 'true'" } */
     grill ();
 }