diff options
author | Joseph Myers <joseph@codesourcery.com> | 2004-11-04 16:01:39 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2004-11-04 16:01:39 +0000 |
commit | 04466541694c16ab99f6905a902110eb50381068 (patch) | |
tree | 306fb452d264c127cb564cf225cc7c20f6ea946a /gcc/testsuite/gcc.dg/cpp/paste4.c | |
parent | 4e5813dd13475bfe2e16b30707450ea51477a467 (diff) | |
download | gcc-04466541694c16ab99f6905a902110eb50381068.zip gcc-04466541694c16ab99f6905a902110eb50381068.tar.gz gcc-04466541694c16ab99f6905a902110eb50381068.tar.bz2 |
c90-restrict-1.c, [...]: Adjust expected messages for new parser.
* gcc.dg/c90-restrict-1.c, gcc.dg/c99-arraydecl-2.c,
gcc.dg/c99-func-2.c, gcc.dg/charset/asm2.c, gcc.dg/concat.c,
gcc.dg/cpp/19990413-1.c, gcc.dg/cpp/paste4.c,
gcc.dg/init-desig-obs-1.c, gcc.dg/noncompile/920721-2.c,
gcc.dg/noncompile/930622-2.c, gcc.dg/noncompile/940112-1.c,
gcc.dg/noncompile/950921-1.c, gcc.dg/switch-2.c,
objc.dg/naming-1.m, objc.dg/naming-2.m: Adjust expected messages
for new parser.
From-SVN: r90064
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/paste4.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/paste4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/paste4.c b/gcc/testsuite/gcc.dg/cpp/paste4.c index 4e575c2..8ada567 100644 --- a/gcc/testsuite/gcc.dg/cpp/paste4.c +++ b/gcc/testsuite/gcc.dg/cpp/paste4.c @@ -11,6 +11,6 @@ int main () { - double d = glue (1.0e, +1); /* { dg-error "exponent|(parse|syntax) error" } */ + double d = glue (1.0e, +1); /* { dg-error "exponent|parse error|syntax error|expected" } */ return 0; } |