From: Steven Bosscher Date: Sun, 12 Sep 2004 10:33:07 +0000 (+0000) Subject: * g++.dg/parse/break-in-for.C: Fix for -ansi -pedantic-errors. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ef685027b5b5f62186e40c452b9a2a31c9ef1bbf;p=gcc.git * g++.dg/parse/break-in-for.C: Fix for -ansi -pedantic-errors. From-SVN: r87387 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c47b9f8935a..ea6692d8942 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-09-11 Steven Bosscher + + * g++.dg/parse/break-in-for.C: Fix for -ansi -pedantic-errors. + 2004-09-11 Roger Sayle PR middle-end/17411 diff --git a/gcc/testsuite/g++.dg/parse/break-in-for.C b/gcc/testsuite/g++.dg/parse/break-in-for.C index 92cac42417e..3028cdc8049 100644 --- a/gcc/testsuite/g++.dg/parse/break-in-for.C +++ b/gcc/testsuite/g++.dg/parse/break-in-for.C @@ -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 ()