]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/c-c++-common/Wvarargs.c
gcc/ada/ChangeLog:
[thirdparty/gcc.git] / gcc / testsuite / c-c++-common / Wvarargs.c
index 71d8c5dff93894f9ebfcf062b67e263c90a3dc12..bfd8276a2920e91095ebb7674017f1279cd1f380 100644 (file)
@@ -6,7 +6,7 @@ void
 err (int a)
 {
   va_list vp;
-  va_start (vp, a); // { dg-error "used in function with fixed args" }
+  va_start (vp, a); // { dg-error "used in function with fixed arguments" }
 }
 
 #pragma GCC diagnostic push