This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 6b927b1297e c++: Move -Wdangling-reference to -Wextra [PR109642] new a713aa4f47a c++: fix 'unsigned typedef-name' extension [PR108099] new 0a2c771910e c++: array DMI and member fn [PR109666] new 275e059dd75 Revert "c++: *this folding in constexpr call"
The 3 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/constexpr.cc | 11 ++++----- gcc/cp/decl.cc | 14 +++++------ gcc/cp/init.cc | 25 ++----------------- gcc/cp/name-lookup.cc | 37 ++++++++++++++++++++++++++++ gcc/cp/name-lookup.h | 2 ++ gcc/cp/pt.cc | 20 ++------------- gcc/testsuite/g++.dg/cpp0x/nsdmi-array2.C | 15 +++++++++++ gcc/testsuite/g++.dg/ext/int128-8.C | 24 ++++++++++++++++++ gcc/testsuite/g++.dg/ext/unsigned-typedef2.C | 25 +++++++++++++++++++ gcc/testsuite/g++.dg/ext/unsigned-typedef3.C | 25 +++++++++++++++++++ 10 files changed, 144 insertions(+), 54 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi-array2.C create mode 100644 gcc/testsuite/g++.dg/ext/int128-8.C create mode 100644 gcc/testsuite/g++.dg/ext/unsigned-typedef2.C create mode 100644 gcc/testsuite/g++.dg/ext/unsigned-typedef3.C