8sa1-gcc/gcc/testsuite
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
..
config
g77.f-torture
g++.old-deja class.c (resolve_address_of_overloaded_function): Do conversion to correct type here, rather than ... 1998-12-16 15:51:21 +00:00
gcc.c-torture Fix typo. 1998-12-14 09:35:58 +00:00
gcc.dg * gcc.dg/ultrasp1.c: empty dg-options, avoid `long long' warnings 1998-12-09 00:37:27 +00:00
gcc.failure
gcc.misc-tests 930510-1.c: Make C9X safe. 1998-12-08 14:53:21 -07:00
lib update old-dejagnu proc to accompany jasons 12/7 change to g++.old-deja/old-deja.exp 1998-12-09 07:53:34 -05:00
objc/execute
ChangeLog * g++.old-deja/g++.other/conv5.C: New test. 1998-12-15 06:47:22 +00:00
README
README.g++
README.gcc

This is a collection of tests for the C and C++ frontends of EGCS. For
further information please check README.gcc and README.g++, though the
latter may not be up-to-date any more.

The driver that runs this testsuite is called DejaGnu and you will
need a current DejaGnu snapshot, which is available from
ftp://egcs.cygnus.com/pub/egcs/infrastructure, for example.

Most of these tests were originally developed and/or collected by
Cygnus Support, but these days many are being added by the EGCS
developers.

These tests are included "as is". If any of them fails, do not report
a bug.  Bug reports for DejaGnu can go to bug-dejagnu@prep.ai.mit.edu.
Discussion and comments about this testsuite should be sent to
egcs@cygnus.com; additions and changes to should go to sent to
egcs-patches@cygnus.com.

The entire testsuite is invoked by `make check` at the top level of
the EGCS tree. `make check-g++` runs the C++ testsuite only.


STRUCTURE OF THE TESTSUITE

All C++ tests reside in subdirectories of g++.old-deja, based on the
following structure:

  g++.benjamin	Tests by Benjamin Koz
  g++.bob
  g++.brendan	Tests by Brendan Kehoe
  g++.bugs
  g++.eh  	Tests for exception handling
  g++.ext  	Tests for g++ extensions
  g++.gb  	Tests by Gerald Baumgartner
  g++.jason	Tests by Jason Merill
  g++.jeff	Tests by Jeffrey A Law
  g++.martin	Tests by Martin v. Löwis
  g++.mike	Tests by Mike Stump
  g++.niklas	Tests by Niklas Hallqvist
  g++.ns  	Tests for namespaces
  g++.other
  g++.pt  	Tests for templates
  g++.rfg
  g++.robertl	Tests from egcs-bugs@cygnus.com, gathered by Robert Lipe