]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/g++.dg/README
Merge lto branch into trunk.
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / README
CommitLineData
08ac397c
JM
1Subdirectories:
2
3abi Tests for ABI compatibility -- mangling, object layout, etc.
434fb8b7 4bprob Tests for functionality of profile-directed block ordering.
2c0a14b2 5charset Tests for input character set translation.
434fb8b7 6compat Tests for binary compatibility (consistency, not ABI conformance).
2c0a14b2 7conversion Tests for correct type conversions.
8d725537 8cpp Tests for the preprocessor.
434fb8b7 9debug Tests for debugging options.
08ac397c 10eh Tests for exception handling.
1e14c7f0 11expr Tests for expressions.
08ac397c 12ext Tests for GNU language extensions.
434fb8b7 13gcov Tests for GCOV (code coverage) support.
08ac397c
JM
14inherit Tests for inheritance -- virtual functions, multiple inheritance, etc.
15init Tests for initialization semantics, constructors/destructors, etc.
12eac81a 16lookup Tests for lookup semantics, namespaces, using, etc.
d7f09764 17lto Tests for Link Time Optimization.
434fb8b7 18opt Tests for fixes of bugs with particular optimizations.
08ac397c 19overload Tests for overload resolution and conversions.
12eac81a 20parse Tests for parsing.
7f5d157f 21pch Tests for precompiled headers.
8ba50c2c 22plugin Tests for plugin support.
08ac397c
JM
23rtti Tests for run-time type identification (typeid, dynamic_cast, etc.)
24template Tests for templates.
2c0a14b2 25tc1 Tests for Technical Corrigendum 1 conformance.
434fb8b7 26tls Tests for support of thread-local data.
6de9cd9a 27tree-ssa Tests for Tree SSA optimizations.
08ac397c
JM
28warn Tests for compiler warnings.
29
30other Tests that don't fit into one of the other categories.
31
32special Tests that need custom expect code to run them; see special/ecos.exp
33 for an example.
ad41bd84
JM
34
35\f
36Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
37
38Copying and distribution of this file, with or without modification,
39are permitted in any medium without royalty provided the copyright
40notice and this notice are preserved.