This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17412] [4.0 Regression] tree check failure in fold-const
- From: "belyshev at lubercy dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Sep 2004 22:18:13 -0000
- Subject: [Bug c++/17412] [4.0 Regression] tree check failure in fold-const
- References: <20040910220329.17412.steven@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From belyshev at lubercy dot com 2004-09-10 22:18 -------
// small testcase:
void foo ()
{
for (;;)
for (;;({break;}));
}
--
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |normal
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-09-10 22:18:12
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17412