[Bug c++/107513] [Feature Request] Implement __attribute__((__nodebug__))
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Nov 2 21:06:55 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107513
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
GCC's artificial attribute should be similar for functions:
https://gcc.gnu.org/onlinedocs/gcc-12.2.0/gcc/Common-Function-Attributes.html#index-artificial-function-attribute
Which was added in GCC 4.3.0 by r0-83503-gd752cfdb114944.
types GCC does not have one.
I suspect for your usage artificial is enough.
More information about the Gcc-bugs
mailing list