r202850 - in /trunk/gcc/cp: ChangeLog parser.c

abutcher@gcc.gnu.org abutcher@gcc.gnu.org
Mon Sep 23 22:43:00 GMT 2013


Author: abutcher
Date: Mon Sep 23 22:43:34 2013
New Revision: 202850

URL: http://gcc.gnu.org/viewcvs?rev=202850&root=gcc&view=rev
Log:
Fix instantiation of implicit function template forward declarations.

	* parser.c (cp_parser_init_declarator): Defer calling
	finish_fully_implicit_template for forward declarations until after
	other decl processing is complete.  Cleanup for clarity: Extract 'else'
	case after 'if' containing unconditional return.

Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/parser.c



More information about the Gcc-cvs mailing list