https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103934
--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>: https://gcc.gnu.org/g:470a27859d8a47a99f389f1dc6edb82c08b16e21 commit r15-3217-g470a27859d8a47a99f389f1dc6edb82c08b16e21 Author: Jonathan Wakely <jwak...@redhat.com> Date: Tue Aug 27 12:19:47 2024 +0100 c++: Add most missing C++20 and C++23 names to cxxapi-data.csv This includes uncommenting the atomic_flag non-member functions, which were added by PR libstdc++/103934. Also generate a hint for std::ignore, which was recently tweaked to be more generally useful by P2968R2, which r15-2324 implemented. gcc/cp/ChangeLog: * cxxapi-data.csv: Add C++20 and C++23 names from <chrono>, <format>, <generator>, <iterator>, <print>, and <stdfloat>. Set cxx11 dialect for std::ignore in <tuple>. Uncomment atomic_flag functions from <atomic>. * std-name-hint.gperf: Regenerate. * std-name-hint.h: Regenerate.