OSDN Git Service

* g++.dg/init/new1.C, g++.dg/template/alignof1.C,
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / README
1 Subdirectories:
2
3 abi      Tests for ABI compatibility -- mangling, object layout, etc.
4 bprob    Tests for functionality of profile-directed block ordering.
5 compat   Tests for binary compatibility (consistency, not ABI conformance).
6 cpp      Tests for the preprocessor.
7 debug    Tests for debugging options.
8 eh       Tests for exception handling.
9 expr     Tests for expressions.
10 ext      Tests for GNU language extensions.
11 gcov     Tests for GCOV (code coverage) support.
12 inherit  Tests for inheritance -- virtual functions, multiple inheritance, etc.
13 init     Tests for initialization semantics, constructors/destructors, etc.
14 lookup   Tests for lookup semantics, namespaces, using, etc.
15 opt      Tests for fixes of bugs with particular optimizations.
16 other    Tests that don't quite fit anywhere else.
17 overload Tests for overload resolution and conversions.
18 parse    Tests for parsing.
19 rtti     Tests for run-time type identification (typeid, dynamic_cast, etc.)
20 special  Tests requiring individual processing.
21 template Tests for templates.
22 tls      Tests for support of thread-local data.
23 warn     Tests for compiler warnings.
24
25 other    Tests that don't fit into one of the other categories.
26
27 special  Tests that need custom expect code to run them; see special/ecos.exp
28          for an example.