This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a89fb3ae7bb Update gcc de.po new de0886d4803 c++: broken direct-init with trailing array member [PR114439] new 8651991fe2e c++: ICE with noexcept and local specialization, again [PR114349]
The 2 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/init.cc | 6 +++++- gcc/cp/name-lookup.cc | 11 ++++++---- gcc/cp/pt.cc | 11 ++-------- gcc/testsuite/g++.dg/cpp0x/noexcept85.C | 33 ++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/noexcept86.C | 25 ++++++++++++++++++++++ gcc/testsuite/g++.dg/init/array65.C | 38 +++++++++++++++++++++++++++++++++ 6 files changed, 110 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept85.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept86.C create mode 100644 gcc/testsuite/g++.dg/init/array65.C