https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42270
--- Comment #5 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:bf2157abfa0d3e685d888df57052740c5ec87950 commit r15-8685-gbf2157abfa0d3e685d888df57052740c5ec87950 Author: Sandra Loosemore <sloosem...@baylibre.com> Date: Thu Mar 13 22:00:55 2025 +0000 Doc: Add "Syntax Extensions" and "Semantic Extensions" sectioning to extend.texi [PR42270] This is part of an incremental effort to make the chapter on GCC extensions better organized by grouping/rearranging sections by topic. gcc/ChangeLog PR other/42270 * doc/extend.texi (Syntax Extensions): New section. (Statement Exprs): Make it a subsection of the above. (Local Labels): Likewise. (Labels as Values): Likewise. (Nested Functions): Likewise. (Typeof): Likewise. (Offsetof): Likewise. (Alignment): Likewise. (Incomplete Enums): Likewise. (Variadic Macros): Likewise. (Conditionals): Likewise. (Case Ranges): Likewise. (Mixed Labels and Declarations): Likewise. (C++ Comments): Likewise. (Escaped Newlines): Likewise. (Hex Floats): Likewise. (Binary constants): Likewise. (Dollar Signs): Likewise. (Character Escapes): Likewise. (Alternate Keywords): Likewise. (Function Names): Likewise. (Semantic Extensions): New section. (Function Prototypes): Make it a subsection of the above. (Pointer Arith): Likewise. (Variadic Pointer Args): Likewise. (Pointers to Arrays): Likewise. (Const and Volatile Functions): Likewise.