[Bug lto/41390] [LTO] ICE in lto_output_tree_pointers, at lto-streamer-out.c:1285

2009-10-18 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-10-18 12:55 --- We now print t.i:3:1: sorry, unimplemented: gimple bytecode streams do not support the optimization attribute Thus fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed

[Bug lto/41390] [LTO] ICE in lto_output_tree_pointers, at lto-streamer-out.c:1285

2009-10-05 Thread rguenth at gcc dot gnu dot org
--- 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,

[Bug lto/41390] [LTO] ICE in lto_output_tree_pointers, at lto-streamer-out.c:1285

2009-09-29 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-09-29 09:53 --- I'll add a testcase after the merge. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug lto/41390] [LTO] ICE in lto_output_tree_pointers, at lto-streamer-out.c:1285

2009-09-28 Thread rmansfield at qnx dot com
--- Comment #1 from rmansfield at qnx dot com 2009-09-29 01:44 --- This appears to be fixed in gcc version 4.5.0 20090928 (experimental) [lto revision 152240] (lto merged with rev 150842) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41390