[Bug tree-optimization/17635] [4.0 regression] ICE in verify_ssa: type mismatch
reichelt at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Sep 24 00:08:00 GMT 2004
------- Additional Comments From reichelt at gcc dot gnu dot org 2004-09-24 00:08 -------
Here's a reduced testcase:
========================
void foo(int i)
{
while (1)
if (i) ++i;
}
========================
--
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |monitored
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17635
More information about the Gcc-bugs
mailing list