[Bug lto/57334] ICE: in input_gimple_stmt, at gimple-streamer-in.c:287

2013-05-25 Thread dimhen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57334 --- Comment #3 from Dmitry G. Dyachenko --- (In reply to Richard Biener from comment #1) > I've seen this ICE before I think. > > else if (code == GIMPLE_LABEL) > gcc_assert (emit_label_in_global_context_p (gimple_label_label (stmt)) >

[Bug lto/57334] ICE: in input_gimple_stmt, at gimple-streamer-in.c:287

2013-05-25 Thread dimhen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57334 --- Comment #2 from Dmitry G. Dyachenko --- gcc-4.8: PASS: 196672 (pre-4.8.0) 199240 gcc (GCC) 4.8.1 20130523 (prerelease) gcc-4.9: PASS 198354 FAIL 199000, 199239 simlified testcase $ cat a.i void foo () { } void bar () { return; // trigge

[Bug lto/57334] ICE: in input_gimple_stmt, at gimple-streamer-in.c:287

2013-05-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57334 Richard Biener changed: What|Removed |Added Keywords||lto CC|