[Bug middle-end/18299] [4.0 Regression] ICE in gimple-lower
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Nov 4 19:52:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-04 19:52 -------
Confirmed, here is the reduced testcase:
static inline int f(int i)
{
const int __t = (__t);
}
int g(void)
{
return f(0);
}
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-11-04 19:52:12
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18299
More information about the Gcc-bugs
mailing list