This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 3bb551c6751 c++: ICE when late parsing noexcept/NSDMI [PR98333] new 6f450790132 c++: ICE with delayed noexcept and attribute used [PR97966] new f0f62557c3d c++: Fix bogus -Wvolatile warning in C++20 [PR98947] new 6fcf6e59775 c++: Pointer-to-member fn conversion with noexcept [PR99374] new c7d7c15540d c++: ICE with -Wshadow and enumerator in template [PR99120]
The 4 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/call.c | 6 +-- gcc/cp/expr.c | 14 +++---- gcc/cp/name-lookup.c | 7 ++-- gcc/cp/pt.c | 12 +++++- gcc/testsuite/g++.dg/cpp0x/noexcept63.C | 63 ++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1z/noexcept-type23.C | 14 +++++++ gcc/testsuite/g++.dg/cpp2a/volatile5.C | 15 +++++++ gcc/testsuite/g++.dg/warn/Wshadow-17.C | 11 +++++ 8 files changed, 127 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept63.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/noexcept-type23.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/volatile5.C create mode 100644 gcc/testsuite/g++.dg/warn/Wshadow-17.C