[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



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

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.



Reply to: