This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch in repository gcc.
from e66d5e23950 Daily bump. new caa493b7514 PR c++/85006 - -fconcepts ICE with A<auto...> return type new 8f4ebe7c6f2 PR c++/84665 - ICE with array of empty class. new c864072f788 PR c++/82152 - ICE with class deduction and inherited ctor.
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 | 11 +++++++++++ gcc/cp/decl2.c | 2 +- gcc/cp/pt.c | 5 ++++- gcc/testsuite/g++.dg/concepts/auto4.C | 11 +++++++++++ gcc/testsuite/g++.dg/cpp1z/class-deduction54.C | 15 +++++++++++++++ gcc/testsuite/g++.dg/ext/attr-noinline-4.C | 10 ++++++++++ 6 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/concepts/auto4.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction54.C create mode 100644 gcc/testsuite/g++.dg/ext/attr-noinline-4.C