]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/g++.dg/README
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / README
CommitLineData
ca106ab1 1Subdirectories:
2
3abi Tests for ABI compatibility -- mangling, object layout, etc.
cb623059 4bprob Tests for functionality of profile-directed block ordering.
36baa884 5charset Tests for input character set translation.
cb623059 6compat Tests for binary compatibility (consistency, not ABI conformance).
36baa884 7conversion Tests for correct type conversions.
2530f2e9 8cpp Tests for the preprocessor.
cb623059 9debug Tests for debugging options.
ca106ab1 10eh Tests for exception handling.
90cd798a 11expr Tests for expressions.
ca106ab1 12ext Tests for GNU language extensions.
cb623059 13gcov Tests for GCOV (code coverage) support.
ca106ab1 14inherit Tests for inheritance -- virtual functions, multiple inheritance, etc.
15init Tests for initialization semantics, constructors/destructors, etc.
3e9c6117 16lookup Tests for lookup semantics, namespaces, using, etc.
7bfefa9d 17lto Tests for Link Time Optimization.
cb623059 18opt Tests for fixes of bugs with particular optimizations.
ca106ab1 19overload Tests for overload resolution and conversions.
3e9c6117 20parse Tests for parsing.
287c5b97 21pch Tests for precompiled headers.
6858cdb8 22plugin Tests for plugin support.
ca106ab1 23rtti Tests for run-time type identification (typeid, dynamic_cast, etc.)
24template Tests for templates.
36baa884 25tc1 Tests for Technical Corrigendum 1 conformance.
cb623059 26tls Tests for support of thread-local data.
4ee9c684 27tree-ssa Tests for Tree SSA optimizations.
ca106ab1 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.
7dfbd804 34
35\f
fbd26352 36Copyright (C) 2001-2019 Free Software Foundation, Inc.
7dfbd804 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.