]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/g++.dg/README
re PR target/7559 (kdelibs miscompilation)
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / README
CommitLineData
08ac397c
JM
1Subdirectories:
2
3abi Tests for ABI compatibility -- mangling, object layout, etc.
4eh Tests for exception handling.
1e14c7f0 5expr Tests for expressions.
08ac397c
JM
6ext Tests for GNU language extensions.
7inherit Tests for inheritance -- virtual functions, multiple inheritance, etc.
8init Tests for initialization semantics, constructors/destructors, etc.
12eac81a 9lookup Tests for lookup semantics, namespaces, using, etc.
08ac397c 10overload Tests for overload resolution and conversions.
12eac81a 11parse Tests for parsing.
08ac397c
JM
12rtti Tests for run-time type identification (typeid, dynamic_cast, etc.)
13template Tests for templates.
14warn Tests for compiler warnings.
15
16other Tests that don't fit into one of the other categories.
17
18special Tests that need custom expect code to run them; see special/ecos.exp
19 for an example.