[Bug fortran/50974] ICE on invalid on function used as variable
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Nov 3 08:25:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50974
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2011-11-03
Ever Confirmed|0 |1
--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-11-03 08:25:22 UTC ---
It looks like the function pointer is casted to FP in gimple. That's
not allowed (obviously).
More information about the Gcc-bugs
mailing list