* gcc.dg/20050209-1.c: New test.
From-SVN: r94757
This commit is contained in:
parent
ec3d00a01b
commit
ec2cd8b20c
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-02-09 Joseph S. Myers <joseph@codesourcery.com>
|
||||
|
||||
* gcc.dg/20050209-1.c: New test.
|
||||
|
||||
2005-02-09 Joseph S. Myers <joseph@codesourcery.com>
|
||||
|
||||
PR target/19799
|
||||
|
|
5
gcc/testsuite/gcc.dg/20050209-1.c
Normal file
5
gcc/testsuite/gcc.dg/20050209-1.c
Normal file
|
@ -0,0 +1,5 @@
|
|||
/* Test for infinite loop in parser error recovery. From Serge
|
||||
Belyshev <ssb> on IRC. */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "" } */
|
||||
int f() { return 1); } /* { dg-error "parse|syntax|expected" } */
|
Loading…
Add table
Reference in a new issue