This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/23165] New: [4.0/4.1 Regression] ICE with -W
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Jul 2005 16:40:53 -0000
- Subject: [Bug c/23165] New: [4.0/4.1 Regression] ICE with -W
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Take the following simple code:
void foo (void)
{
if (0)
a: ;
}
compile with -W and we ICE.
--
Summary: [4.0/4.1 Regression] ICE with -W
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pinskia at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23165