]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/g++.dg/README
cdf6b14aee6fb7c477ce9da669fd5a354d3421bc
[thirdparty/gcc.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 plugin Tests for plugin support.
22 rtti Tests for run-time type identification (typeid, dynamic_cast, etc.)
23 template Tests for templates.
24 tc1 Tests for Technical Corrigendum 1 conformance.
25 tls Tests for support of thread-local data.
26 tree-ssa Tests for Tree SSA optimizations.
27 warn Tests for compiler warnings.
28
29 other Tests that don't fit into one of the other categories.
30
31 special Tests that need custom expect code to run them; see special/ecos.exp
32 for an example.
33
34 \f
35 Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
36
37 Copying and distribution of this file, with or without modification,
38 are permitted in any medium without royalty provided the copyright
39 notice and this notice are preserved.