[PR 95013] Fix gcc.dg/unclosed-init.c
authorChristophe Lyon <christophe.lyon@linaro.org>
Wed, 13 May 2020 06:41:19 +0000 (06:41 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Wed, 13 May 2020 06:43:31 +0000 (06:43 +0000)
2020-05-13  Christophe Lyon  <christophe.lyon@linaro.org>

PR preprocessor/95013
* gcc.dg/unclosed-init.c: Add missing comment in dg-error.

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/unclosed-init.c

index 5a4215bbe46e2d84539fb3d5924978c5586b6304..03b61dd1658f6f20c652479590f1c9b3b84c03c5 100644 (file)
@@ -1,3 +1,8 @@
+2020-05-13  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       PR preprocessor/95013
+       * gcc.dg/unclosed-init.c: Add missing comment in dg-error.
+
 2020-05-13  Bin Cheng  <bin.cheng@linux.alibaba.com>
 
        PR tree-optimization/94969
index 16c42c43e55cc8d4032842f938f08607374d7d1a..0a0ca2184044926cfd9ee8af4f8abe629da65196 100644 (file)
@@ -1,3 +1,3 @@
 int unclosed[] = { /* { dg-message "18: to match this '.'" } */
   42
- /* { dg-error "-: expected '.' at end of input" { target *-*-* } .+1 } */
+ /* { dg-error "-: expected '.' at end of input" "" { target *-*-* } .+1 } */