https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42270
--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Sandra Loosemore <san...@gcc.gnu.org>: https://gcc.gnu.org/g:1cfb1b58804859199bc2502ab35e08bfd0039040 commit r15-9041-g1cfb1b58804859199bc2502ab35e08bfd0039040 Author: Sandra Loosemore <sloosem...@baylibre.com> Date: Tue Mar 25 02:56:48 2025 +0000 Doc: Add a container section to consolidate attribute documentation [PR42270] This is part of an incremental effort to make the chapter on GCC extensions better organized by grouping/rearranging sections by topic. Note that this patch does not address the restructuring/rewrite suggested by PR88472 or PR102397, beyond adding a very short introduction to the new container section that is more explicit about both syntaxes being accepted as a GNU extension. gcc/ChangeLog PR other/42270 * doc/extend.texi (Attributes): New section. (Function Attributes): Make it a subsection of the new section. (Variable Attributes): Likewise. (Type Attributes): Likewise. (Label Attributes): Likewise. (Enumerator Attributes): Likewise. (Attribute Syntax): Likewise.