]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/gcc.dg/redecl-14.c
C/C++: fix quoting of "aka" typedef information (PR 62170)
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / redecl-14.c
index 97003c1234b85152fd5b156ba6b61b1cc3b4d168..1bf1d96eadc13749682cd4467844d30994da8063 100644 (file)
@@ -18,5 +18,5 @@ f (void)
   }
   extern IAP a[];
   extern IAP a[5];
-  sizeof (*a[0]); /* { dg-error "invalid application of 'sizeof' to incomplete type 'IA {aka int\\\[\\\]}'" } */
+  sizeof (*a[0]); /* { dg-error "invalid application of 'sizeof' to incomplete type 'IA' {aka 'int\\\[\\\]'}" } */
 }