2
0
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:
Steven Bosscher 2004-09-12 10:33:07 +00:00 committed by Steven Bosscher
parent a924fe3411
commit ef685027b5
2 changed files with 7 additions and 2 deletions
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 ()