]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/g++.dg/README
Merge tree-ssa-20020619-branch into mainline.
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / README
CommitLineData
ca106ab1 1Subdirectories:
2
3abi Tests for ABI compatibility -- mangling, object layout, etc.
cb623059 4bprob Tests for functionality of profile-directed block ordering.
36baa884 5charset Tests for input character set translation.
cb623059 6compat Tests for binary compatibility (consistency, not ABI conformance).
36baa884 7conversion Tests for correct type conversions.
2530f2e9 8cpp Tests for the preprocessor.
cb623059 9debug Tests for debugging options.
ca106ab1 10eh Tests for exception handling.
90cd798a 11expr Tests for expressions.
ca106ab1 12ext Tests for GNU language extensions.
cb623059 13gcov Tests for GCOV (code coverage) support.
ca106ab1 14inherit Tests for inheritance -- virtual functions, multiple inheritance, etc.
15init Tests for initialization semantics, constructors/destructors, etc.
3e9c6117 16lookup Tests for lookup semantics, namespaces, using, etc.
cb623059 17opt Tests for fixes of bugs with particular optimizations.
ca106ab1 18overload Tests for overload resolution and conversions.
3e9c6117 19parse Tests for parsing.
287c5b97 20pch Tests for precompiled headers.
ca106ab1 21rtti Tests for run-time type identification (typeid, dynamic_cast, etc.)
22template Tests for templates.
36baa884 23tc1 Tests for Technical Corrigendum 1 conformance.
cb623059 24tls Tests for support of thread-local data.
4ee9c684 25tree-ssa Tests for Tree SSA optimizations.
ca106ab1 26warn Tests for compiler warnings.
27
28other Tests that don't fit into one of the other categories.
29
30special Tests that need custom expect code to run them; see special/ecos.exp
31 for an example.