This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]