This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from d7f9edb4473 RISC-V: Add more mode_idx attributes [PR123022]. new 44eb6711f9b c++: current inst name lookup within noexcept-spec [PR122668] new 95f5abd1120 libstdc++: Consolidate bullet 1 __common_reference_impl par [...] new 151c3837491 libstdc++: Implement P2655R3 changes to common_reference bullet 1 new bb061a3b815 c++: nested typename type resolving to wildcard type [PR122752]
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/cp/pt.cc | 13 +++++- gcc/testsuite/g++.dg/cpp0x/noexcept91.C | 15 +++++++ gcc/testsuite/g++.dg/template/dependent-name19.C | 22 ++++++++++ libstdc++-v3/include/bits/version.def | 8 ++++ libstdc++-v3/include/bits/version.h | 10 +++++ libstdc++-v3/include/std/type_traits | 47 +++++++++------------- .../testsuite/20_util/common_reference/p2655r3.cc | 15 +++++++ 7 files changed, 101 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept91.C create mode 100644 gcc/testsuite/g++.dg/template/dependent-name19.C create mode 100644 libstdc++-v3/testsuite/20_util/common_reference/p2655r3.cc