This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dc95e1e9702 Optimize VEC_PERM_EXPR with same permutation index and operation new e0f4fcf9dfb c++: Add testcase for DR 2604 new 6492cec069b c++: Implement C++23 P2589R1 - - static operator[] new 7cf165de63c c++: Add testcase for DR 2392 new 4a7a846687e libatomic: Handle AVX+CX16 AMD like Intel for 16b atomics [ [...] new 87c4057b3fc c++: Fix a typo in function name
The 5 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/c-family/c-cppbuiltin.cc | 2 +- gcc/cp/call.cc | 36 ++++++++++--- gcc/cp/cp-tree.h | 2 +- gcc/cp/decl.cc | 71 ++++++++++++------------- gcc/cp/semantics.cc | 2 +- gcc/cp/typeck.cc | 4 +- gcc/testsuite/g++.dg/DRs/dr2392.C | 12 +++++ gcc/testsuite/g++.dg/DRs/dr2604.C | 53 ++++++++++++++++++ gcc/testsuite/g++.dg/cpp23/feat-cxx2b.C | 4 +- gcc/testsuite/g++.dg/cpp23/subscript9.C | 29 ++++++++++ gcc/testsuite/g++.old-deja/g++.bugs/900210_10.C | 2 +- libatomic/config/x86/init.c | 6 ++- 12 files changed, 170 insertions(+), 53 deletions(-) create mode 100644 gcc/testsuite/g++.dg/DRs/dr2392.C create mode 100644 gcc/testsuite/g++.dg/DRs/dr2604.C create mode 100644 gcc/testsuite/g++.dg/cpp23/subscript9.C