This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1845bea21e2 Add another workaround to std::variant for Clang bug 31852 new 834ee4df347 /cp 2018-04-05 Paolo Carlini paolo.carlini@oracle.com new c7120adce08 /cp 2018-04-05 Paolo Carlini paolo.carlini@oracle.com new ee1f74098ce PR c++/83808 - ICE with VLA initialization.
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 | 20 ++++++++++++++++++++ gcc/cp/call.c | 8 ++++++-- gcc/cp/decl.c | 11 ++++++----- gcc/cp/name-lookup.c | 4 ++-- gcc/cp/typeck2.c | 8 +++++--- gcc/testsuite/ChangeLog | 12 ++++++++++++ gcc/testsuite/g++.dg/cpp0x/initlist100.C | 10 ++++++++++ gcc/testsuite/g++.dg/cpp0x/initlist101.C | 8 ++++++++ gcc/testsuite/g++.dg/ext/vla19.C | 16 ++++++++++++++++ gcc/testsuite/g++.dg/other/pr84792-1.C | 6 ++++++ gcc/testsuite/g++.dg/other/pr84792-2.C | 6 ++++++ 11 files changed, 97 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist100.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist101.C create mode 100644 gcc/testsuite/g++.dg/ext/vla19.C create mode 100644 gcc/testsuite/g++.dg/other/pr84792-1.C create mode 100644 gcc/testsuite/g++.dg/other/pr84792-2.C