[Bug rtl-optimization/47253] Conditional jump to tail function is not generated

zsojka at seznam dot cz gcc-bugzilla@gcc.gnu.org
Tue Jan 11 08:37:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47253

--- Comment #2 from Zdenek Sojka <zsojka at seznam dot cz> 2011-01-11 07:02:14 UTC ---
(In reply to comment #1)
> 
> Where is .L1?

Thanks, it should be:

foo:
    test    edi, edi
    jne    bar
    rep # only without -Os
    ret



More information about the Gcc-bugs mailing list