OSDN Git Service

* gcc.dg/tm/memopt-6.c: Cleanup tmedge tree dump.
[pf3gnuchains/gcc-fork.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 lto      Tests for Link Time Optimization.
18 opt      Tests for fixes of bugs with particular optimizations.
19 overload Tests for overload resolution and conversions.
20 parse    Tests for parsing.
21 pch      Tests for precompiled headers.
22 plugin   Tests for plugin support.
23 rtti     Tests for run-time type identification (typeid, dynamic_cast, etc.)
24 template Tests for templates.
25 tc1      Tests for Technical Corrigendum 1 conformance.
26 tls      Tests for support of thread-local data.
27 tree-ssa Tests for Tree SSA optimizations.
28 warn     Tests for compiler warnings.
29
30 other    Tests that don't fit into one of the other categories.
31
32 special  Tests that need custom expect code to run them; see special/ecos.exp
33          for an example.
34
35 \f
36 Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
37
38 Copying and distribution of this file, with or without modification,
39 are permitted in any medium without royalty provided the copyright
40 notice and this notice are preserved.