https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77882

Fangrui Song <i at maskray dot me> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |i at maskray dot me

--- Comment #11 from Fangrui Song <i at maskray dot me> ---
The number of targets supporting this attribute is large but the popular
aarch64 somehow doesn't support it... I just run into a case where supporting
this would be nice (https://reviews.llvm.org/D126343#3536318).

% grep 'naked.*function attribute,' gcc/doc/extend.texi
@cindex @code{naked} function attribute, ARC
@cindex @code{naked} function attribute, ARM
@cindex @code{naked} function attribute, AVR
@cindex @code{naked} function attribute, C-SKY
@cindex @code{naked} function attribute, MCORE
@cindex @code{naked} function attribute, MSP430
@cindex @code{naked} function attribute, NDS32
@cindex @code{naked} function attribute, RISC-V
@cindex @code{naked} function attribute, RL78
@cindex @code{naked} function attribute, RX
@cindex @code{naked} function attribute, x86

Reply via email to