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

--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by David Malcolm <dmalc...@gcc.gnu.org>:

https://gcc.gnu.org/g:1f36aabfe81aa168da11229158faf70b68b9dfd7

commit r16-2586-g1f36aabfe81aa168da11229158faf70b68b9dfd7
Author: Mikael Pettersson <mikpeli...@gmail.com>
Date:   Mon Jul 28 13:44:46 2025 +0200

    restore bootstrap with --enable-checking=release [PR121260]

    Current trunk doesn't bootstrap with --enable-checking=release
    due to improper nesting of namespaces and #if CHECKING_P blocks.
    This corrects that.

    gcc/
            PR other/121260
            * diagnostics/changes.cc: Correct nesting of namespaces
            and #if CHECKING_P blocks.
            * diagnostics/context.cc: Likewise.
            * diagnostics/html-sink.cc: Likewise.
            * diagnostics/output-spec.cc: Likewise.
            * diagnostics/sarif-sink.cc: Likewise.

    Signed-off-by: Mikael Pettersson <mikpeli...@gmail.com>
    Signed-off-by: David Malcolm <dmalc...@redhat.com>

Reply via email to