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 8fc3705fe99 Remove added includes of print-tree.h. new b1483f6d19e Fix unqualified requirement after qualified. new 78b317d245b * c-cppbuiltin.c (c_cpp_builtins): Bump __cpp_concepts to [...] new 958d5b0f363 Two more missing spaces. new 3ec8ee2e0f0 * parser.c (cp_parser_requires_expression): Commit to the [...] new 2e0117a16f7 Set EXPR_LOCATION on REQUIRES_EXPR.
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/c-family/c-cppbuiltin.c | 5 +++-- gcc/cp/constraint.cc | 5 +++-- gcc/cp/cp-tree.h | 2 +- gcc/cp/parser.c | 22 ++++++++++++++++++---- gcc/testsuite/g++.dg/cpp2a/concepts-nested1.C | 13 +++++++++++++ 5 files changed, 38 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-nested1.C