This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b78b81a8b09 PR preprocessor/83063 - __VA_OPT__ and ## new 8cacebc23a0 /cp 2018-02-15 Paolo Carlini paolo.carlini@oracle.com new 993c1df11f5 PR c++/84368 - wrong error with local variable in variadic [...] new 6bac1b105b3 * c-cppbuiltin.c (c_cpp_builtins): Update __cpp_deduction_guides.
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/c-family/ChangeLog | 4 ++++ gcc/c-family/c-cppbuiltin.c | 2 +- gcc/cp/ChangeLog | 12 ++++++++++++ gcc/cp/constraint.cc | 2 +- gcc/cp/pt.c | 5 +++-- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/g++.dg/concepts/pr84330.C | 12 ++++++++++++ gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic14.C | 17 +++++++++++++++++ gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C | 4 ++-- 9 files changed, 57 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/concepts/pr84330.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic14.C