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))
>
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57334
Richard Biener changed:
What|Removed |Added
Keywords||lto
CC|