OSDN Git Service

PR target/26445
[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 charset  Tests for input character set translation.
6 compat   Tests for binary compatibility (consistency, not ABI conformance).
7 conversion Tests for correct type conversions.
8 cpp      Tests for the preprocessor.
9 debug    Tests for debugging options.
10 eh       Tests for exception handling.
11 expr     Tests for expressions.
12 ext      Tests for GNU language extensions.
13 gcov     Tests for GCOV (code coverage) support.
14 inherit  Tests for inheritance -- virtual functions, multiple inheritance, etc.
15 init     Tests for initialization semantics, constructors/destructors, etc.
16 lookup   Tests for lookup semantics, namespaces, using, etc.
17 opt      Tests for fixes of bugs with particular optimizations.
18 overload Tests for overload resolution and conversions.
19 parse    Tests for parsing.
20 pch      Tests for precompiled headers.
21 rtti     Tests for run-time type identification (typeid, dynamic_cast, etc.)
22 template Tests for templates.
23 tc1      Tests for Technical Corrigendum 1 conformance.
24 tls      Tests for support of thread-local data.
25 tree-ssa Tests for Tree SSA optimizations.
26 warn     Tests for compiler warnings.
27
28 other    Tests that don't fit into one of the other categories.
29
30 special  Tests that need custom expect code to run them; see special/ecos.exp
31          for an example.