1Subdirectories:
2
3abi	 Tests for ABI compatibility -- mangling, object layout, etc.
4bprob	 Tests for functionality of profile-directed block ordering.
5charset	 Tests for input character set translation.
6compat	 Tests for binary compatibility (consistency, not ABI conformance).
7conversion Tests for correct type conversions.
8cpp	 Tests for the preprocessor.
9debug	 Tests for debugging options.
10eh	 Tests for exception handling.
11expr     Tests for expressions.
12ext	 Tests for GNU language extensions.
13gcov	 Tests for GCOV (code coverage) support.
14inherit	 Tests for inheritance -- virtual functions, multiple inheritance, etc.
15init	 Tests for initialization semantics, constructors/destructors, etc.
16lookup	 Tests for lookup semantics, namespaces, using, etc.
17lto	 Tests for Link Time Optimization.
18opt	 Tests for fixes of bugs with particular optimizations.
19overload Tests for overload resolution and conversions.
20parse	 Tests for parsing.
21pch	 Tests for precompiled headers.
22plugin   Tests for plugin support.
23rtti	 Tests for run-time type identification (typeid, dynamic_cast, etc.)
24template Tests for templates.
25tc1	 Tests for Technical Corrigendum 1 conformance.
26tls	 Tests for support of thread-local data.
27tree-ssa Tests for Tree SSA optimizations.
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.
34
35
36Copyright (C) 2001-2015 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.
41