[Bug tree-optimization/17624] [4.0 Regression] ICE: SSA corruption (another one)
belyshev at lubercy dot com
gcc-bugzilla@gcc.gnu.org
Thu Sep 23 00:13:00 GMT 2004
------- Additional Comments From belyshev at lubercy dot com 2004-09-23 00:13 -------
// here is slightly more reduced testcase:
extern void foo (void);
int c;
void foo (int n)
{
int j = 0;
try
{
for(;;)
{
foo ();
if (j ++ == n)
break;
foo ();
}
}
catch (...)
{
c = j;
}
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17624
More information about the Gcc-bugs
mailing list