gcc/gcc/testsuite
Nathan Sidwell 87d9ac4914 re PR c++/2823 (kde2/artsd miscompilation (part 1))
cp:
	PR g++/2823
	* semantics.c (expand_body): Don't optimize thunks.
testsuite:
	* g++.old-deja/g++.other/optimize2.C: New file.

From-SVN: r42650
2001-05-26 19:20:06 +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
g++.dg class.c (build_vtable): Set DECL_ASSEMBLER_NAME for vtables here. 2001-05-21 11:54:33 -04:00
g++.old-deja re PR c++/2823 (kde2/artsd miscompilation (part 1)) 2001-05-26 19:20:06 +00:00
g77.dg sibcall.c (skip_copy_to_return_value): Call identify_call_return_value here, and return orig_insn if it returns zero. 2001-02-20 05:49:06 +00:00
g77.f-torture jump.c (jump_optimize_1): Tidy. 2001-05-19 21:16:51 +00:00
gcc.c-torture 20010518-2.c: New file. 2001-05-25 15:38:52 -04:00
gcc.dg c-parse.in (array_declarator): New. 2001-05-25 12:12:47 +01:00
gcc.misc-tests linkage.exp: Pass appropriate flags to native compiler for irix6.5. 2001-05-23 19:53:00 +00:00
lib Wed May 23 2001 Jeffrey D. Oldham <oldham@codesourcery.com> 2001-05-23 16:15:03 +00:00
objc/execute Added. 2001-03-12 06:24:50 +00:00
ChangeLog re PR c++/2823 (kde2/artsd miscompilation (part 1)) 2001-05-26 19:20:06 +00:00
README * README, lib/file-format.exp: Remove EGCS references. 2000-10-16 11:00:23 +01:00
README.g++
README.gcc

README

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.