[Bug middle-end/14203] [3.4/3.5 regression] ICE on warning about uninitialized variable

reichelt at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Feb 19 02:32:00 GMT 2004


------- 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



More information about the Gcc-bugs mailing list