annotate gcc/testsuite/g++.dg/README @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 Subdirectories:
kono
parents:
diff changeset
2
kono
parents:
diff changeset
3 abi Tests for ABI compatibility -- mangling, object layout, etc.
kono
parents:
diff changeset
4 bprob Tests for functionality of profile-directed block ordering.
kono
parents:
diff changeset
5 charset Tests for input character set translation.
kono
parents:
diff changeset
6 compat Tests for binary compatibility (consistency, not ABI conformance).
kono
parents:
diff changeset
7 conversion Tests for correct type conversions.
kono
parents:
diff changeset
8 cpp Tests for the preprocessor.
kono
parents:
diff changeset
9 debug Tests for debugging options.
kono
parents:
diff changeset
10 eh Tests for exception handling.
kono
parents:
diff changeset
11 expr Tests for expressions.
kono
parents:
diff changeset
12 ext Tests for GNU language extensions.
kono
parents:
diff changeset
13 gcov Tests for GCOV (code coverage) support.
kono
parents:
diff changeset
14 inherit Tests for inheritance -- virtual functions, multiple inheritance, etc.
kono
parents:
diff changeset
15 init Tests for initialization semantics, constructors/destructors, etc.
kono
parents:
diff changeset
16 lookup Tests for lookup semantics, namespaces, using, etc.
kono
parents:
diff changeset
17 lto Tests for Link Time Optimization.
kono
parents:
diff changeset
18 opt Tests for fixes of bugs with particular optimizations.
kono
parents:
diff changeset
19 overload Tests for overload resolution and conversions.
kono
parents:
diff changeset
20 parse Tests for parsing.
kono
parents:
diff changeset
21 pch Tests for precompiled headers.
kono
parents:
diff changeset
22 plugin Tests for plugin support.
kono
parents:
diff changeset
23 rtti Tests for run-time type identification (typeid, dynamic_cast, etc.)
kono
parents:
diff changeset
24 template Tests for templates.
kono
parents:
diff changeset
25 tc1 Tests for Technical Corrigendum 1 conformance.
kono
parents:
diff changeset
26 tls Tests for support of thread-local data.
kono
parents:
diff changeset
27 tree-ssa Tests for Tree SSA optimizations.
kono
parents:
diff changeset
28 warn Tests for compiler warnings.
kono
parents:
diff changeset
29
kono
parents:
diff changeset
30 other Tests that don't fit into one of the other categories.
kono
parents:
diff changeset
31
kono
parents:
diff changeset
32 special Tests that need custom expect code to run them; see special/ecos.exp
kono
parents:
diff changeset
33 for an example.
kono
parents:
diff changeset
34
kono
parents:
diff changeset
35
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
36 Copyright (C) 2001-2018 Free Software Foundation, Inc.
111
kono
parents:
diff changeset
37
kono
parents:
diff changeset
38 Copying and distribution of this file, with or without modification,
kono
parents:
diff changeset
39 are permitted in any medium without royalty provided the copyright
kono
parents:
diff changeset
40 notice and this notice are preserved.