]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/README
* gcc.dg/cpp/multiline.c: Update.
[gcc.git] / gcc / testsuite / README
CommitLineData
1df1abe2 1This is a collection of tests for the C and C++ frontends of GCC. For
b3385ec0
GP
2further information please check README.gcc and README.g++, though the
3latter may not be up-to-date any more.
4
5The driver that runs this testsuite is called DejaGnu and you will
6need a current DejaGnu snapshot, which is available from
1df1abe2 7ftp://gcc.gnu.org/pub/gcc/infrastructure, for example.
b3385ec0
GP
8
9Most of these tests were originally developed and/or collected by
1df1abe2 10Cygnus Solutions, but these days many are being added by the GCC
b3385ec0
GP
11developers.
12
13These tests are included "as is". If any of them fails, do not report
14a bug. Bug reports for DejaGnu can go to bug-dejagnu@prep.ai.mit.edu.
15Discussion and comments about this testsuite should be sent to
0e8b6188
JL
16gcc@gcc.gnu.org; additions and changes to should go to sent to
17gcc-patches@gcc.gnu.org.
b3385ec0
GP
18
19The entire testsuite is invoked by `make check` at the top level of
1df1abe2 20the GCC tree. `make check-g++` runs the C++ testsuite only.
b3385ec0
GP
21
22
23STRUCTURE OF THE TESTSUITE
24
561cb39b
JL
25Almost all C++ tests reside in subdirectories of g++.old-deja, based on
26the following structure:
b3385ec0
GP
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