8sa1-gcc/gcc/testsuite/g++.old-deja
Mark Mitchell 50714e797c class.c (resolve_address_of_overloaded_function): Do conversion to correct type here, rather than ...
* class.c (resolve_address_of_overloaded_function): Do conversion
	to correct type here, rather than ...
	(instantiate_type): Here.
	* cp-tree.h (DECL_TEMPLATE_PARM_P): New macro.
	(DECL_TEMPLATE_TEMPLATE_PARM_P): Use it.
	(decl_template_parm_p): Remove.
	* decl.c (pushdecl): Don't set DECL_CONTEXT for a template
	paramter.
	* lex.c (do_identifier): Use DECL_TEMPLATE_PARM_P.
	(push_inline_template_parms_recursive): Set it.
	(decl_template_parm_p): Remove.
	(check_template_shadow): Use DECL_TEMPLATE_PARM_P.
	(process_template_parm): Set it.

From-SVN: r24344
1998-12-16 15:51:21 +00:00
..
g++.benjamin Update test 1998-12-14 15:11:43 +00:00
g++.bob
g++.brendan
g++.bugs cp-tree.def (CPLUS_BINDING): Update documentation. 1998-12-13 14:46:07 +00:00
g++.eh class.c (pushclass): Tweak handling of class-level bindings. 1998-12-14 15:35:40 +00:00
g++.ext
g++.gb
g++.jason
g++.law
g++.martin
g++.mike
g++.niklas
g++.ns class.c (pushclass): Tweak handling of class-level bindings. 1998-12-14 15:35:40 +00:00
g++.other * g++.old-deja/g++.other/conv5.C: New test. 1998-12-15 06:47:22 +00:00
g++.pt class.c (resolve_address_of_overloaded_function): Do conversion to correct type here, rather than ... 1998-12-16 15:51:21 +00:00
g++.rfg
g++.robertl class.c (instantiate_type): Return error_mark_node rather than junk. 1998-12-10 13:35:36 +00:00
configure.in
Makefile.in
old-deja.exp