This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/14203] [3.4/3.5 regression] ICE on warning about uninitialized variable
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Feb 2004 02:32:53 -0000
- Subject: [Bug middle-end/14203] [3.4/3.5 regression] ICE on warning about uninitialized variable
- References: <20040218231300.14203.debian-gcc@lists.debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From reichelt at gcc dot gnu dot org 2004-02-19 02:32 -------
An even shorter version:
=============================================
void foo()
{
if (false)
if (int i=0)
int j=0;
}
=============================================
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
Severity|normal |critical
Keywords| |monitored
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14203