This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-8-branch in repository gcc.
from 601d1be3146 PR c++/89576 - if constexpr of lambda capture. new 0d600582aeb PR c++/89381 - implicit copy and using-declaration. new 2474ea15422 PR c++/87921 - wrong error with inline static data member. new e4ec827d199 PR c++/88690 - C++17 ICE with empty base in aggregate. new 6d75518e207 PR c++/88419 - C++17 ICE with class template arg deduction. new d1484f4fccb PR c++/88869 - C++17 ICE with CTAD and explicit specialization. new 4a48a31f430 PR c++/88820 - ICE with CTAD and member template used in DMI.
The 6 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 | 23 ++++++++++++++++ gcc/cp/class.c | 4 ++- gcc/cp/decl2.c | 5 +++- gcc/cp/pt.c | 9 +++++-- gcc/cp/typeck2.c | 7 +++++ gcc/testsuite/g++.dg/cpp0x/implicit16.C | 37 ++++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1z/aggr-base7.C | 8 ++++++ gcc/testsuite/g++.dg/cpp1z/class-deduction62.C | 22 +++++++++++++++ gcc/testsuite/g++.dg/cpp1z/class-deduction63.C | 11 ++++++++ gcc/testsuite/g++.dg/cpp1z/class-deduction64.C | 9 +++++++ gcc/testsuite/g++.dg/cpp1z/inline-var5.C | 16 +++++++++++ 11 files changed, 147 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/implicit16.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/aggr-base7.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction62.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction63.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction64.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/inline-var5.C