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

Reply via email to