[Bug lto/41390] [LTO] ICE in lto_output_tree_pointers, at lto-streamer-out.c:1285
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Oct 5 09:53:00 GMT 2009
------- Comment #3 from rguenth at gcc dot gnu dot org 2009-10-05 09:53 -------
Not yet fixed. We still have
if (CODE_CONTAINS_STRUCT (code, TS_OPTIMIZATION))
{
/* FIXME lto. Not handled yet. */
gcc_unreachable ();
}
if (CODE_CONTAINS_STRUCT (code, TS_TARGET_OPTION))
{
/* FIXME lto. Not handled yet. */
gcc_unreachable ();
}
For 4.5 this at least needs to become a sorry().
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|rguenth at gcc dot gnu dot |unassigned at gcc dot gnu
|org |dot org
Status|ASSIGNED |NEW
Keywords| |ice-on-valid-code
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41390
More information about the Gcc-bugs
mailing list