[Bug tree-optimization/16447] out of ssa generates bloated code
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Jul 9 04:02:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-07-09 04:02 -------
Confirmed, here is a simple example:
int f(int i, int b, int c)
{
if (i)
return 1;
if (b)
return 1;
if (c)
return 1;
return 0;
}
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |compile-time-hog, TREE
Last reconfirmed|0000-00-00 00:00:00 |2004-07-09 04:02:25
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16447
More information about the Gcc-bugs
mailing list