mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-24 07:50:26 +08:00
* g++.dg/parse/break-in-for.C: Fix for -ansi -pedantic-errors.
From-SVN: r87387
This commit is contained in:
parent
a924fe3411
commit
ef685027b5
gcc/testsuite
@ -1,3 +1,7 @@
|
||||
2004-09-11 Steven Bosscher <stevenb@suse.de>
|
||||
|
||||
* g++.dg/parse/break-in-for.C: Fix for -ansi -pedantic-errors.
|
||||
|
||||
2004-09-11 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
PR middle-end/17411
|
||||
|
@ -1,6 +1,7 @@
|
||||
/* PR17412
|
||||
fold-const would try to fold the operands of the break statement. */
|
||||
/* PR17412 - ICE in fold_const.c during parsing.
|
||||
fold would try to fold the operands of the break statement. */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "" } */
|
||||
|
||||
|
||||
void foo ()
|
||||
|
Loading…
x
Reference in New Issue
Block a user