This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] obvious testsuite README patch


I'm checking this in to the mainline as obvious.

2002-10-21  Janis Johnson  <janis187@us.ibm.com>

	* g++.dg/README: Describe more test directories.

Index: g++.dg/README
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/g++.dg/README,v
retrieving revision 1.5
diff -u -r1.5 README
--- g++.dg/README	18 Oct 2002 00:22:56 -0000	1.5
+++ g++.dg/README	21 Oct 2002 16:24:40 -0000
@@ -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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]