8sa1-gcc/gcc/testsuite
Mark Mitchell 52682a1b77 cp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment.
* cp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment.
	* call.c (build_op_delete_call): Simplify to remove duplicate
	code.
	* class.c (clone_function_decl): Don't build the deleting variant
	of a non-virtual destructor.
	* decl.c (finish_destructor_body): Don't call delete if this is a
	non-virtual destructor.
	* init.c (build_delete): Explicitly call `operator delete' when
	deleting an object with a non-virtual destructor.

From-SVN: r39659
2001-02-14 06:32:15 +00:00
..
config default.exp, [...]: Remove bug reporting instructions with ancient email addresses. 2001-02-08 02:29:38 +00:00
consistency.vlad In gcc/: 2001-02-12 19:40:17 +00:00
g77.f-torture default.exp, [...]: Remove bug reporting instructions with ancient email addresses. 2001-02-08 02:29:38 +00:00
g++.dg * g++.dg/vtgc1.C: Update for new ABI. 2001-02-13 02:45:14 +00:00
g++.old-deja cp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment. 2001-02-14 06:32:15 +00:00
gcc.c-torture c-common.c (constant_fits_type_p): New function. 2001-02-12 09:34:30 +01:00
gcc.dg c-decl.c (grokdeclarator): In C99 mode... 2001-02-12 17:31:42 +00:00
gcc.misc-tests default.exp, [...]: Remove bug reporting instructions with ancient email addresses. 2001-02-08 02:29:38 +00:00
lib default.exp, [...]: Remove bug reporting instructions with ancient email addresses. 2001-02-08 02:29:38 +00:00
objc/execute default.exp, [...]: Remove bug reporting instructions with ancient email addresses. 2001-02-08 02:29:38 +00:00
ChangeLog * g++.dg/vtgc1.C: Update for new ABI. 2001-02-13 02:45:14 +00:00
README
README.g++
README.gcc

This is a collection of tests for the C and C++ frontends of GCC. 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://gcc.gnu.org/pub/gcc/infrastructure, for example.

Most of these tests were originally developed and/or collected by
Cygnus Solutions, but these days many are being added by the GCC
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
gcc@gcc.gnu.org; additions and changes to should go to sent to
gcc-patches@gcc.gnu.org.

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


STRUCTURE OF THE TESTSUITE

Almost 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 gcc-bugs@gcc.gnu.org, gathered by Robert Lipe
	
g++.old-deja uses a fixed driver for all g++ tests based on the old
DejaGnu drivers. But just because its old, doesn't mean its redundant!
Tests that want to use the normal dg.exp driver can be put in g++.dg instead.
This may be required for platform-specific tests, or tests with other
special requirements.