r197421 - in /branches/gcc-4_8-branch/gcc: cp/C...

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


Author: jakub
Date: Wed Apr  3 15:27:20 2013
New Revision: 197421

URL: http://gcc.gnu.org/viewcvs?rev=197421&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:
    branches/gcc-4_8-branch/gcc/testsuite/g++.dg/debug/pr56819.C
Modified:
    branches/gcc-4_8-branch/gcc/cp/ChangeLog
    branches/gcc-4_8-branch/gcc/cp/tree.c
    branches/gcc-4_8-branch/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list