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 f158d9197de7 Fortran: PR93263 -fno-automatic and RECURSIVE new 5c7938eb3f1a PR c++/93286 - ICE with __is_constructible and variadic template. new 3815f211649c PR c++/92531 - ICE with noexcept(lambda).
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/ChangeLog | 12 ++++ gcc/cp/pt.c | 91 +++++++++++++++++++------ gcc/testsuite/g++.dg/cpp1z/constexpr-lambda25.C | 7 ++ gcc/testsuite/g++.dg/ext/is_constructible4.C | 18 +++++ 4 files changed, 107 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-lambda25.C create mode 100644 gcc/testsuite/g++.dg/ext/is_constructible4.C