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

--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-14 branch has been updated by Jonathan Wakely
<r...@gcc.gnu.org>:

https://gcc.gnu.org/g:5b96d547ce71b8f03ddbc2318c64618110839e20

commit r14-10227-g5b96d547ce71b8f03ddbc2318c64618110839e20
Author: Jonathan Wakely <jwak...@redhat.com>
Date:   Tue May 21 13:16:33 2024 +0100

    c++: Fix std dialect hint for std::to_address [PR107800]

    The correct dialect for std::to_address is cxx20 not cxx11.

    gcc/cp/ChangeLog:

            PR libstdc++/107800
            * cxxapi-data.csv <to_address>: Change dialect to cxx20.
            * std-name-hint.gperf: Regenerate.
            * std-name-hint.h: Regenerate.

    (cherry picked from commit 826a7d3d19d3ebf04e21d6f1c89eb341a36fb5d1)

Reply via email to