This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/47253] Conditional jump to tail function is not generated
- From: "zsojka at seznam dot cz" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 11 Jan 2011 07:02:22 +0000
- Subject: [Bug rtl-optimization/47253] Conditional jump to tail function is not generated
- Auto-submitted: auto-generated
- References: <bug-47253-4@http.gcc.gnu.org/bugzilla/>
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