https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42270

--- Comment #10 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:1fb78f025f726e2268da142f07007b1fb0819fb1

commit r15-9042-g1fb78f025f726e2268da142f07007b1fb0819fb1
Author: Sandra Loosemore <sloosem...@baylibre.com>
Date:   Tue Mar 25 05:25:34 2025 +0000

    Doc: Move builtin documentation to a new chapter [PR42270]

    This is part of an incremental effort to make the documentation for
    GCC extensions better organized by grouping/rearranging sections by
    topic.

    I was originally intending to consolidate all the sections documenting
    builtins as subsections of a new container section within the C
    extensions chapter, but I ran into a technical limitation of Texinfo:
    it only supports sectioning depth up to @subsubsection, and we already
    had quite a few of those in the target-specific builtins sections.  So
    instead I have pulled all the existing sections out into a new
    chapter.  This actually makes sense since some of the builtins are
    specific to C++ anyway and are not C language extensions at all.

    Subsequent patches in this series will move things around within the
    new chapter; this one just adds the new container node and adjusts
    the menus.

    gcc/ChangeLog
            PR other/42270
            * doc/extend.texi (C Extensions): Move menu items for
            builtin-related sections to...
            (Built-in Functions): New chapter.
            * doc/gcc.texi (Introduction): Add menu entry for new chapter.

Reply via email to