This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/25967] Add attribute naked for x86
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 25 Dec 2011 17:21:34 +0000
- Subject: [Bug target/25967] Add attribute naked for x86
- Auto-submitted: auto-generated
- References: <bug-25967-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25967
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-12-25 17:21:34 UTC ---
(In reply to comment #2)
>
> REASON #1
--combine is gone. -flto replaces it and it works correctly with a separate .s
file.
>
> REASON #2
> REASON #3
Then what about toplevel inline-asm which solves all the above reasons without
much trouble.