Commit ef685027 by Steven Bosscher Committed by Steven Bosscher

* g++.dg/parse/break-in-for.C: Fix for -ansi -pedantic-errors.

From-SVN: r87387
parent a924fe34
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
......
/* 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 ()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment