r214723 - in /branches/c++-concepts: ChangeLog....

asutton@gcc.gnu.org asutton@gcc.gnu.org
Fri Aug 29 12:22:00 GMT 2014


Author: asutton
Date: Fri Aug 29 12:22:41 2014
New Revision: 214723

URL: https://gcc.gnu.org/viewcvs?rev=214723&root=gcc&view=rev
Log:
2014-08-29  Andrew Sutton  <andrew.n.sutton@gmail.com>

	Fixing partial-template-id bug.
	* gcc/cp/parser.c (cp_parser_type_name): If the returned type-decl
	is actually a shorthand declaration, don't simulate an error.
	* gcc/testsuite/g++.dg/concepts/template-parm10.C: New.


Added:
    branches/c++-concepts/gcc/testsuite/g++.dg/concepts/template-parm10.C
Modified:
    branches/c++-concepts/ChangeLog.concepts
    branches/c++-concepts/gcc/cp/parser.c



More information about the Gcc-cvs mailing list