This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 346f767fff8 Add myself to write after approval new d7bf5e53887 c++: Don't ICE due to artificial constructor parameters [PR116722] new a030fcad4f9 c++: Don't crash when mangling member with anonymous union [...]
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/constexpr.cc | 11 ++++++++++- gcc/cp/mangle.cc | 8 +++++++- gcc/testsuite/g++.dg/cpp0x/constexpr-ctor22.C | 15 +++++++++++++++ gcc/testsuite/g++.dg/cpp0x/decltype83.C | 20 ++++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/decltype83a.C | 18 ++++++++++++++++++ gcc/testsuite/g++.dg/cpp1y/lambda-ice3.C | 19 +++++++++++++++++++ gcc/testsuite/g++.dg/cpp1y/lambda-ice3a.C | 17 +++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/nontype-class67.C | 9 +++++++++ 8 files changed, 115 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-ctor22.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype83.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype83a.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-ice3.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-ice3a.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class67.C