aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanis Johnson <janis187@us.ibm.com>2002-10-21 17:42:49 +0000
committerJanis Johnson <janis@gcc.gnu.org>2002-10-21 17:42:49 +0000
commit434fb8b763945776aff0f14e94d9020cc64fd858 (patch)
tree4b509b92eb716ade252d8d8d20906686d3d7552a
parent42328048677b6e6dbc601b36dd0ee8909eb68f91 (diff)
downloadgcc-434fb8b763945776aff0f14e94d9020cc64fd858.zip
gcc-434fb8b763945776aff0f14e94d9020cc64fd858.tar.gz
gcc-434fb8b763945776aff0f14e94d9020cc64fd858.tar.bz2
README: Describe more test directories.
2002-10-21 Janis Johnson <janis187@us.ibm.com> * g++.dg/README: Describe more test directories. From-SVN: r58364
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/g++.dg/README9
2 files changed, 12 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index f2d02a3..12580d2 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-21 Janis Johnson <janis187@us.ibm.com>
+
+ * g++.dg/README: Describe more test directories.
+
2002-10-21 Mark Mitchell <mark@codesourcery.com>
* g++.dg/init/array6.C: Add additional tests.
diff --git a/gcc/testsuite/g++.dg/README b/gcc/testsuite/g++.dg/README
index 07e7572..478568b 100644
--- a/gcc/testsuite/g++.dg/README
+++ b/gcc/testsuite/g++.dg/README
@@ -1,18 +1,25 @@
Subdirectories:
abi Tests for ABI compatibility -- mangling, object layout, etc.
-compat Tests for binary compatibility (consistency, not ABI conformance)
+bprob Tests for functionality of profile-directed block ordering.
+compat Tests for binary compatibility (consistency, not ABI conformance).
cpp Tests for the preprocessor.
+debug Tests for debugging options.
eh Tests for exception handling.
expr Tests for expressions.
ext Tests for GNU language extensions.
+gcov Tests for GCOV (code coverage) support.
inherit Tests for inheritance -- virtual functions, multiple inheritance, etc.
init Tests for initialization semantics, constructors/destructors, etc.
lookup Tests for lookup semantics, namespaces, using, etc.
+opt Tests for fixes of bugs with particular optimizations.
+other Tests that don't quite fit anywhere else.
overload Tests for overload resolution and conversions.
parse Tests for parsing.
rtti Tests for run-time type identification (typeid, dynamic_cast, etc.)
+special Tests requiring individual processing.
template Tests for templates.
+tls Tests for support of thread-local data.
warn Tests for compiler warnings.
other Tests that don't fit into one of the other categories.