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 inline-asm/25967] New: Enable attribute naked for x86


The naked attribute is ignored on the intel architecture (according to
documentation). The MS VC++ compiler supports the naked attribute, and the
functionality is used there quite frequent. 

A quick search on the internet shows that there is a lot of people waiting for
this feature (including me). 

I hope this feature will be implemented soon. It's supported for ARM cpus and
therefore I hope it won't be a problem to add support for x86 processors.


-- 
           Summary: Enable attribute naked for x86
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: inline-asm
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: daanonym2 at hotmail dot com


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


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