r213251 - in /branches/c++-concepts: ChangeLog....
asutton@gcc.gnu.org
asutton@gcc.gnu.org
Wed Jul 30 11:47:00 GMT 2014
Author: asutton
Date: Wed Jul 30 11:47:31 2014
New Revision: 213251
URL: https://gcc.gnu.org/viewcvs?rev=213251&root=gcc&view=rev
Log:
2014-7-30 Braden Obrzut <admin@maniacsvault.net>
* gcc/cp/parser.c (cp_parser_trailing_requirements): Handle requires
keyword manually so that we can push function parameters back into
scope.
* gcc/cp/decl.c (push_function_parms): New. Recovers and reopens
function parameter scope from declarator.
* gcc/testsuite/g++.dg/concepts/req*.C: New tests.
2014-07-30 Andrew Sutton <andrew.n.sutton@gmail.com>
* gcc/testsuite/g++.dg/concepts/test.C: Removed.
Added:
branches/c++-concepts/gcc/testsuite/g++.dg/concepts/req1.C
branches/c++-concepts/gcc/testsuite/g++.dg/concepts/req2.C
branches/c++-concepts/gcc/testsuite/g++.dg/concepts/req3.C
Removed:
branches/c++-concepts/gcc/testsuite/g++.dg/concepts/test.C
Modified:
branches/c++-concepts/ChangeLog.concepts
branches/c++-concepts/gcc/cp/cp-tree.h
branches/c++-concepts/gcc/cp/decl.c
branches/c++-concepts/gcc/cp/parser.c
branches/c++-concepts/gcc/testsuite/g++.dg/concepts/traits1.C
More information about the Gcc-cvs
mailing list