[Bug tree-optimization/15982] [3.5 Regression] ICE in tree-ssa-pre due to GVN-PRE
belyshev at lubercy dot com
gcc-bugzilla@gcc.gnu.org
Mon Jun 14 05:55:00 GMT 2004
------- Additional Comments From belyshev at lubercy dot com 2004-06-14 05:55 -------
c testcase:
-------------------------------------------------------------------------------
int ssbgst (int c, int k)
{
int a, i, j;
a = 0;
i = 1;
j = k;
while (j)
{
a += (j + i) * (k + i + c) + (j + i + c);
j = j - 1;
}
return a;
}
-------------------------------------------------------------------------------
--
What |Removed |Added
----------------------------------------------------------------------------
Keywords|patch |
Summary|ICE in tree-ssa-pre due to |[3.5 Regression] ICE in
|GVN-PRE |tree-ssa-pre due to GVN-PRE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15982
More information about the Gcc-bugs
mailing list