OSDN Git Service

* g++.dg/uninit-pred-1_b.C: Use dg-message instead of
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / uninit-pred-1_b.C
index 0d5b71e..94a444d 100644 (file)
@@ -41,7 +41,7 @@ __attribute__ ((always_inline))  int GetC (int *c)  {
    
   void P (int64 t)
     {
    
   void P (int64 t)
     {
-      int cc; /* { dg-excess-errors "note: 'cc' was declared here" } */
+      int cc; /* { dg-message "note: 'cc' was declared here" } */
       if (GetC (&cc) <= 0 ) /* return flag checked wrongly */
         return;
       
       if (GetC (&cc) <= 0 ) /* return flag checked wrongly */
         return;