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-Tag: releases/gcc-4.0.0~5009 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef685027b5b5f62186e40c452b9a2a31c9ef1bbf;p=thirdparty%2Fgcc.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 c47b9f8935a2..ea6692d8942d 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 92cac42417e1..3028cdc80497 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 ()