8sa1-gcc/gcc/testsuite
Andrew Cagney ffe80457ad re PR c/4475 (-Wswitch option not functional)
* gcc.dg/Wswitch.c: New test.
PR gcc/4475. PR gcc/3780.

From-SVN: r49462
2002-02-03 15:58:08 +00:00
..
config
consistency.vlad freebsd.h, [...]: Update FSF address. 2001-10-09 11:16:27 +01:00
g77.dg pr3743.f: Delete 2002-02-03 00:43:23 +00:00
g77.f-torture re PR fortran/5122 (g77 rejects accepted use of INTEGER*2 as type of DATA statement loop index) 2002-02-03 12:57:21 +00:00
g++.dg re PR c++/4872 (missed warning (no return) -- regression from 2.95) 2002-02-01 14:32:51 -05:00
g++.old-deja re PR c++/4872 (missed warning (no return) -- regression from 2.95) 2002-02-01 14:32:51 -05:00
gcc.c-torture 991118-1.c: Revert 2002-01-29 change. 2002-02-02 09:57:33 -08:00
gcc.dg re PR c/4475 (-Wswitch option not functional) 2002-02-03 15:58:08 +00:00
gcc.misc-tests i386-prefetch.exp: Save and restore torture_with_loops and torture_without_loops 2002-01-17 22:37:04 +00:00
lib scanasm.exp (scan-assembler-dem, [...]): Remove first, non-varying, argument. 2002-01-25 02:53:15 +00:00
objc New objc tests for bitfield enumeration ivars 2001-12-13 12:41:07 +00:00
objc.dg Added missing include 2002-01-11 11:23:26 +00:00
ChangeLog re PR c/4475 (-Wswitch option not functional) 2002-02-03 15:58:08 +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.