OSDN Git Service

* README: Update email addresses.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / README
1 This is a collection of tests for the C and C++ frontends of EGCS. For
2 further information please check README.gcc and README.g++, though the
3 latter may not be up-to-date any more.
4
5 The driver that runs this testsuite is called DejaGnu and you will
6 need a current DejaGnu snapshot, which is available from
7 ftp://egcs.cygnus.com/pub/egcs/infrastructure, for example.
8
9 Most of these tests were originally developed and/or collected by
10 Cygnus Support, but these days many are being added by the EGCS
11 developers.
12
13 These tests are included "as is". If any of them fails, do not report
14 a bug.  Bug reports for DejaGnu can go to bug-dejagnu@prep.ai.mit.edu.
15 Discussion and comments about this testsuite should be sent to
16 egcs@egcs.cygnus.com; additions and changes to should go to sent to
17 egcs-patches@egcs.cygnus.com.
18
19 The entire testsuite is invoked by `make check` at the top level of
20 the EGCS tree. `make check-g++` runs the C++ testsuite only.
21
22
23 STRUCTURE OF THE TESTSUITE
24
25 All C++ tests reside in subdirectories of g++.old-deja, based on the
26 following structure:
27
28   g++.benjamin  Tests by Benjamin Koz
29   g++.bob
30   g++.brendan   Tests by Brendan Kehoe
31   g++.bugs
32   g++.eh        Tests for exception handling
33   g++.ext       Tests for g++ extensions
34   g++.gb        Tests by Gerald Baumgartner
35   g++.jason     Tests by Jason Merill
36   g++.jeff      Tests by Jeffrey A Law
37   g++.martin    Tests by Martin v. Löwis
38   g++.mike      Tests by Mike Stump
39   g++.niklas    Tests by Niklas Hallqvist
40   g++.ns        Tests for namespaces
41   g++.other
42   g++.pt        Tests for templates
43   g++.rfg
44   g++.robertl   Tests from egcs-bugs@egcs.cygnus.com, gathered by Robert Lipe
45