https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25967
Anatol <anatol.pomozov at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |anatol.pomozov at gmail dot com --- Comment #11 from Anatol <anatol.pomozov at gmail dot com> --- I need this feature in my project as well. And I was surprised to find this old feature request that has not been resolved yet. Is there any chance to see __naked__ implemented for x86? As it turned out clang supports __naked__ attribute at x86. So we switched from GCC to CLANG as our main compiler. But I would really love to see GCC as an option for our project.