This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 90369c4 2017-01-10 Joshua Conner joshconner@google.com new 593b46d FI 20, decomposition declaration with parenthesized initializer. new 3386344 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_variadic_using.
The 2 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 | 5 +++++ gcc/c-family/c-cppbuiltin.c | 1 + gcc/cp/ChangeLog | 6 ++++++ gcc/cp/parser.c | 21 ++++++--------------- gcc/testsuite/g++.dg/cpp1z/decomp20.C | 10 ++++++++++ gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C | 6 ++++++ 6 files changed, 34 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp20.C