]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/gcc.dg/wvla-6.c
re PR c/51849 (-Wc99-compat would be considered useful)
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / wvla-6.c
index f21435b02a844137349d02c7110bc2b446e00383..694a4cc16ca0b5157f5be611324272d3573869d8 100644 (file)
@@ -2,4 +2,4 @@
 /* { dg-options "-std=c89 -Wvla" } */
 
 extern void 
-func (int i, int [i]); /* { dg-warning "variable length array is used" } */
+func (int i, int [i]); /* { dg-warning "ISO C90 forbids variable length array" } */