r175834 - in /trunk/gcc: cp/ChangeLog cp/error....

jason@gcc.gnu.org jason@gcc.gnu.org
Mon Jul 4 21:43:00 GMT 2011


Author: jason
Date: Mon Jul  4 21:43:57 2011
New Revision: 175834

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175834
Log:
	* error.c (dump_template_bindings): Don't print typenames
	for a partial instantiation.
	(dump_function_decl): If we aren't printing function arguments,
	print template arguments as <args> rather than [with ...].
	(dump_expr): Don't print return type or template header.
	[BASELINK]: Use BASELINK_FUNCTIONS rather than get_first_fn.
	* pt.c (dependent_template_arg_p): Handle null arg.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/diag1.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/error.c
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list