r197420 - in /trunk/gcc: cp/ChangeLog cp/tree.c...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Wed Apr 3 15:24:00 GMT 2013


Author: jakub
Date: Wed Apr  3 15:24:13 2013
New Revision: 197420

URL: http://gcc.gnu.org/viewcvs?rev=197420&root=gcc&view=rev
Log:
	PR debug/56819
	* tree.c (strip_typedefs): Copy NON_DEFAULT_TEMPLATE_ARGS_COUNT
	from args to new_args.
	(strip_typedefs_expr): Copy NON_DEFAULT_TEMPLATE_ARGS_COUNT from t to
	r instead of doing {S,G}ET_NON_DEFAULT_TEMPLATE_ARGS_COUNT.

	* g++.dg/debug/pr56819.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/debug/pr56819.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/tree.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list