This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9053a18fc77 Daily bump. new 91f4fc40bcf c++: Improve dump_decl for standard concepts new a6ee556c765 c++: Fix return type deduction with an abbreviated function [...]
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/cp/ChangeLog | 22 ++++++++++++++++++++++ gcc/cp/error.c | 18 ++++++++---------- gcc/cp/parser.c | 7 ++----- gcc/cp/pt.c | 21 +++++++++++++-------- gcc/cp/type-utils.h | 26 +++++++++++++------------- gcc/testsuite/ChangeLog | 11 +++++++++++ gcc/testsuite/g++.dg/concepts/abbrev3.C | 11 +++++++++++ gcc/testsuite/g++.dg/cpp0x/auto9.C | 2 +- gcc/testsuite/g++.dg/cpp2a/concepts-pr80471.C | 2 +- gcc/testsuite/g++.dg/cpp2a/concepts6.C | 18 ++++++++++++++++++ libcc1/ChangeLog | 7 +++++++ libcc1/libcp1plugin.cc | 5 +---- 12 files changed, 108 insertions(+), 42 deletions(-) create mode 100644 gcc/testsuite/g++.dg/concepts/abbrev3.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts6.C