From: Janis Johnson Date: Mon, 21 Oct 2002 17:42:49 +0000 (+0000) Subject: README: Describe more test directories. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=434fb8b763945776aff0f14e94d9020cc64fd858;p=gcc.git README: Describe more test directories. 2002-10-21 Janis Johnson * g++.dg/README: Describe more test directories. From-SVN: r58364 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f2d02a3433c..12580d26a5a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-10-21 Janis Johnson + + * g++.dg/README: Describe more test directories. + 2002-10-21 Mark Mitchell * g++.dg/init/array6.C: Add additional tests. diff --git a/gcc/testsuite/g++.dg/README b/gcc/testsuite/g++.dg/README index 07e7572a71d..478568bf882 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.