[Bug middle-end/40401] [4.5 Regression] ICE: verify_gimple failed
reichelt at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Jun 10 21:35:00 GMT 2009
------- Comment #1 from reichelt at gcc dot gnu dot org 2009-06-10 21:35 -------
Confirmed. Even shorter testcase:
============================
void (*fp)(const int i);
void (*fp)(int i);
void foo()
{
(*fp)(0);
}
============================
The regression appeared between 2009-04-24 and 2009-05-04.
--
reichelt at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Keywords| |ice-on-valid-code, monitored
Last reconfirmed|0000-00-00 00:00:00 |2009-06-10 21:35:35
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40401
More information about the Gcc-bugs
mailing list