https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42270
--- Comment #4 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:9fc2f849f58d3b35a7d7ceca057be07f9ad6284d commit r15-8684-g9fc2f849f58d3b35a7d7ceca057be07f9ad6284d Author: Sandra Loosemore <sloosem...@baylibre.com> Date: Thu Mar 13 14:52:10 2025 +0000 Doc: Add "Aggregate Types" 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 (Aggregate Types): New section. (Variable Length): Make it a subsection of the above. (Zero Length): Likewise. (Empty Structures): Likewise. (Flexible Array Members in Unions): Likewise. (Flexible Array Members alone in Structures): Likewise. (Unnamed Fields): Likewise. (Cast to Union): Likewise. (Subscripting): Likewise. (Initializers): Likewise. (Compound Literals): Likewise. (Designated Inits): Likewise.