This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 83d2b1ccd17 libiberty: Remove a reference to the Glibc manual new 85131af0603 c++: generic lambda and function ptr conv [PR105221] new 58df5350753 c++: anonymous union member reference [PR105452]
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/cp-tree.h | 1 + gcc/cp/init.cc | 2 +- gcc/cp/parser.cc | 5 +++-- gcc/cp/pt.cc | 33 +++++++++++++++++++++++++--- gcc/cp/search.cc | 23 +++++++++++++++++++ gcc/testsuite/g++.dg/cpp1z/noexcept-type27.C | 8 +++++++ gcc/testsuite/g++.dg/lookup/anon8.C | 16 ++++++++++++++ 7 files changed, 82 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/noexcept-type27.C create mode 100644 gcc/testsuite/g++.dg/lookup/anon8.C