diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-04-02 23:50:43 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-04-02 23:50:43 +0000 |
commit | 2c0a14b2ee95d9c5172d5863967ec883e576b8e5 (patch) | |
tree | f781d19830db0ed4035fda0b026845dfcf5ae0c0 | |
parent | f736cb3eedc28efce160effa53403e4b69411427 (diff) | |
download | gcc-2c0a14b2ee95d9c5172d5863967ec883e576b8e5.zip gcc-2c0a14b2ee95d9c5172d5863967ec883e576b8e5.tar.gz gcc-2c0a14b2ee95d9c5172d5863967ec883e576b8e5.tar.bz2 |
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
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/README | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 420a53d..36dcdf2 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +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> PR c++/14007 diff --git a/gcc/testsuite/g++.dg/README b/gcc/testsuite/g++.dg/README index 27f6a5a..4e2e4ce 100644 --- a/gcc/testsuite/g++.dg/README +++ b/gcc/testsuite/g++.dg/README @@ -2,7 +2,9 @@ Subdirectories: abi Tests for ABI compatibility -- mangling, object layout, etc. 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). +conversion Tests for correct type conversions. cpp Tests for the preprocessor. debug Tests for debugging options. eh Tests for exception handling. @@ -13,13 +15,12 @@ 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. pch Tests for precompiled headers. rtti Tests for run-time type identification (typeid, dynamic_cast, etc.) -special Tests requiring individual processing. template Tests for templates. +tc1 Tests for Technical Corrigendum 1 conformance. tls Tests for support of thread-local data. warn Tests for compiler warnings. |