OSDN Git Service

PR rtl-optimization/40861
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr36902.c
index 43a2d14..8b4ba6f 100644 (file)
@@ -44,7 +44,7 @@ foo2(unsigned char * to, const unsigned char * from, int n)
       *to = *from;
       break;
     case 5:
-      to[4] = from [4]; /* { dg-warning "array subscript is above array bounds" } */
+      to[4] = from [4]; /* { dg-warning "20:array subscript is above array bounds" } */
       break;
     }
   return to;