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

--- Comment #1 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Torbjorn Svensson <[email protected]>:

https://gcc.gnu.org/g:945cdc58c4c6d82301e003127d2aa73e569b11b2

commit r16-7256-g945cdc58c4c6d82301e003127d2aa73e569b11b2
Author: Torbjörn SVENSSON <[email protected]>
Date:   Fri Jan 30 17:07:11 2026 +0100

    gcc: migrate from CONST_CAST2 macro to const_cast<>() [PR123892]

    Prepare to remove CONST_CAST2 macro from gcc/system.h

    gcc/ChangeLog:

            PR middle-end/123892
            * collect2.cc: Migrate from CONST_CAST2() macro to
            const_cast<>() C++ expression.
            * config/sparc/driver-sparc.cc: Likewise.
            * gcc-ar.cc: Likewise.
            * gcc.cc: Likewise.
            * toplev.cc: Likewise.
            * tree-nested.cc: Likewise.

    Signed-off-by: Torbjörn SVENSSON <[email protected]>

Reply via email to