This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch concepts-cxx2a in repository gcc.
from 13834ee1904 * parser.c (cp_parser_placeholder_type_specifier): Avoid nullptr. new c3b7791a318 Fixing bootstrap issues. new dc1bc778b06 Generate better diagnostics for invalid requires-clauses. new be90bd62dda Add parens around constraint in <memory>. new d91bc1aabbe Fix inh-ctor24.C. new 857e560be02 Fix expected diagnostics.
The 5 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 | 2 +- gcc/cp/constraint.cc | 8 +- gcc/cp/parser.c | 404 ++++++++------------- gcc/cp/pt.c | 4 +- gcc/cp/typeck.c | 3 +- gcc/testsuite/ChangeLog | 14 + gcc/testsuite/g++.dg/concepts/decl-diagnose.C | 4 +- gcc/testsuite/g++.dg/cpp0x/auto52.C | 2 +- .../g++.dg/cpp2a/concepts-member-concept.C | 12 +- gcc/testsuite/g++.dg/cpp2a/concepts-requires1.C | 6 +- gcc/testsuite/g++.dg/cpp2a/concepts.C | 26 +- libstdc++-v3/include/std/memory | 2 +- 13 files changed, 258 insertions(+), 273 deletions(-)