This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1371cec Daily bump. new b157175 * g++.dg/cpp0x/static_assert8.C: Fix for -std=c++1z. * g++. [...] new b34f7e6 PR c++/68597, fix auto9.C and auto-neg1.C with -std=c++1z. new 6751468 Fix memclass5.C, memfriend10.C, var-templ19.C with -std=c++1z. new eade094 Fix template/ref1.C, nontype15.C, addr-builtin1.C with -std=c++1z. new 98fe467 Fix crash70.C with -std=c++1z. new 3b2771f Fix decltype-call1.C with -std=c++1z. new a529dea Fix parse/no-type-defn1.C with -std=c++1z.
The 7 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 | 44 +++ gcc/cp/constexpr.c | 4 +- gcc/cp/constraint.cc | 9 + gcc/cp/cp-tree.h | 1 + gcc/cp/decl.c | 5 +- gcc/cp/parser.c | 206 ++++++++++--- gcc/cp/parser.h | 6 +- gcc/cp/pt.c | 35 +-- gcc/cp/search.c | 3 +- gcc/cp/semantics.c | 12 +- gcc/cp/typeck.c | 12 +- gcc/testsuite/g++.dg/cpp0x/auto3.C | 4 +- gcc/testsuite/g++.dg/cpp0x/auto9.C | 6 +- gcc/testsuite/g++.dg/cpp0x/static_assert8.C | 2 +- gcc/testsuite/g++.dg/cpp1y/feat-cxx14-neg.C | 2 +- gcc/testsuite/g++.dg/cpp1y/feat-cxx14.C | 3 +- .../g++.dg/cpp1y/lambda-deduce-mult-neg.C | 13 + gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C | 323 ++++++++++++++++++++- gcc/testsuite/g++.dg/cpp1z/fold5.C | 2 +- gcc/testsuite/g++.dg/other/anon-union3.C | 4 +- gcc/testsuite/g++.dg/parse/crash31.C | 14 +- gcc/testsuite/g++.dg/parse/no-type-defn1.C | 2 + gcc/testsuite/g++.dg/template/call4.C | 2 +- gcc/testsuite/g++.dg/template/crash70.C | 2 +- gcc/testsuite/g++.dg/template/function1.C | 2 +- gcc/testsuite/g++.dg/template/nontype8.C | 2 +- 26 files changed, 618 insertions(+), 102 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-deduce-mult-neg.C