This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from 83f65674e78 Daily bump. new 7db777843cc c++: Fix ICE with lambda in member operator (PR93279) new dcb23017b1a c++: Fix array of char typedef in template (PR90966). new 9d4d55a52d4 c++: Function declared with typedef with eh-specification.
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/ChangeLog | 12 ++++++++++++ gcc/cp/decl.c | 1 + gcc/cp/name-lookup.c | 6 ++++++ gcc/cp/pt.c | 13 ++++++++++++- gcc/testsuite/g++.dg/cpp0x/initlist-array10.C | 14 ++++++++++++++ gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template16.C | 15 +++++++++++++++ gcc/testsuite/g++.dg/cpp1z/noexcept-type22.C | 6 ++++++ 7 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-array10.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template16.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/noexcept-type22.C