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