[Bug other/88472] attribute documentation poorly structured, lots of duplication
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Feb 24 23:27:07 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88472
--- Comment #11 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Sandra Loosemore <sandra@gcc.gnu.org>:
https://gcc.gnu.org/g:991a62f5b6fc5dc4fb0de85a532cc53d4fc550ad
commit r16-7681-g991a62f5b6fc5dc4fb0de85a532cc53d4fc550ad
Author: Sandra Loosemore <sloosemore@baylibre.com>
Date: Thu Feb 19 18:26:32 2026 +0000
doc: Consolidate documentation for naked attribute [PR88472]
This attribute has been documented similarly in the sections for 12
different targets. I think it's time to promote this to a common
attribute and document it only once with a warning that it's not
supported everywhere.
gcc/ChangeLog
PR other/88472
* doc/extend.texi (Common Attributes): Document the "naked"
attribute here.
(ARC Attributes): Delete entry for "naked".
(ARM Attributes): Likewise.
(AVR Attributes): Likewise.
(BPF Attributes): Likewise.
(C-SKY Attributes): Likewise.
(MCORE Attributes): Delete entire section since "naked" was
the only thing listed.
(MSP430 Attributes): Delete entry for "naked".
(NDS32 Attributes): Likewise.
(RISC-V Attributes): Likewise.
(RL78 Attributes): Likewise.
(RX Attributes): Likewise.
(x86 Attributes): Likewise.
More information about the Gcc-bugs
mailing list