Commit 2c0a14b2 by Nathanael Nerode

README: Bring up to date with new subdirectories; remove duplicate subdirectory lines.

	* g++.dg/README: Bring up to date with new subdirectories; remove
	duplicate subdirectory lines.

From-SVN: r80363
parent f736cb3e
2004-04-02 Nathanael Nerode <neroden@gcc.gnu.org>
* g++.dg/README: Bring up to date with new subdirectories; remove
duplicate subdirectory lines.
2004-04-02 Nathan Sidwell <nathan@codesourcery.com> 2004-04-02 Nathan Sidwell <nathan@codesourcery.com>
PR c++/14007 PR c++/14007
......
...@@ -2,7 +2,9 @@ Subdirectories: ...@@ -2,7 +2,9 @@ Subdirectories:
abi Tests for ABI compatibility -- mangling, object layout, etc. abi Tests for ABI compatibility -- mangling, object layout, etc.
bprob Tests for functionality of profile-directed block ordering. bprob Tests for functionality of profile-directed block ordering.
charset Tests for input character set translation.
compat Tests for binary compatibility (consistency, not ABI conformance). compat Tests for binary compatibility (consistency, not ABI conformance).
conversion Tests for correct type conversions.
cpp Tests for the preprocessor. cpp Tests for the preprocessor.
debug Tests for debugging options. debug Tests for debugging options.
eh Tests for exception handling. eh Tests for exception handling.
...@@ -13,13 +15,12 @@ inherit Tests for inheritance -- virtual functions, multiple inheritance, etc. ...@@ -13,13 +15,12 @@ inherit Tests for inheritance -- virtual functions, multiple inheritance, etc.
init Tests for initialization semantics, constructors/destructors, etc. init Tests for initialization semantics, constructors/destructors, etc.
lookup Tests for lookup semantics, namespaces, using, etc. lookup Tests for lookup semantics, namespaces, using, etc.
opt Tests for fixes of bugs with particular optimizations. 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. overload Tests for overload resolution and conversions.
parse Tests for parsing. parse Tests for parsing.
pch Tests for precompiled headers. pch Tests for precompiled headers.
rtti Tests for run-time type identification (typeid, dynamic_cast, etc.) rtti Tests for run-time type identification (typeid, dynamic_cast, etc.)
special Tests requiring individual processing.
template Tests for templates. template Tests for templates.
tc1 Tests for Technical Corrigendum 1 conformance.
tls Tests for support of thread-local data. tls Tests for support of thread-local data.
warn Tests for compiler warnings. warn Tests for compiler warnings.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment