OSDN Git Service

2004-10-14 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Oct 2004 21:34:52 +0000 (21:34 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Oct 2004 21:34:52 +0000 (21:34 +0000)
commit0402f2bfbfa6da3ee53dc95b65db2c88fb0256c1
tree7156dc00c09b56b86fbdcb9d2b45b778d42b709e
parent6ac1b96ff778f96748cc489329426a20049fc311
2004-10-14  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/ext/headers.cc: Add includes, compile only.
* testsuite/ext/hash_map.cc: Move to...
* testsuite/ext/hash_map/1.cc: ...here.
* testsuite/ext/14648.cc: Move to...
* testsuite/ext/hash_map/14648.cc: ...here.
* testsuite/ext/hash_map/instantiate.cc: Add.
* testsuite/ext/hash_set.cc: Move to...
* testsuite/ext/hash_set/1.cc: ...here.
* testsuite/ext/hash_set_explicit_instantiation.cc: Move to...
* testsuite/ext/hash_set/instantiate.cc: ...here.
* testsuite/ext/hash_check_construct_destroy.cc: Move to...
* testsuite/ext/hash_set/check_construct_destroy.cc: ...here.
* testsuite/ext/slist_check_construct_destroy.cc: Move to...
* testsuite/ext/slist/check_construct_destroy.cc: ...here.
* testsuite/ext/slist_explicit_instantiation.cc: Move to...
* testsuite/ext/slist/instantiate.cc: ...here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89054 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/ext/hash_map/1.cc [moved from libstdc++-v3/testsuite/ext/hash_map.cc with 100% similarity]
libstdc++-v3/testsuite/ext/hash_map/14648.cc [moved from libstdc++-v3/testsuite/ext/14648.cc with 100% similarity]
libstdc++-v3/testsuite/ext/hash_map/instantiate.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/hash_set/1.cc [moved from libstdc++-v3/testsuite/ext/hash_set.cc with 100% similarity]
libstdc++-v3/testsuite/ext/hash_set/check_construct_destroy.cc [moved from libstdc++-v3/testsuite/ext/hash_check_construct_destroy.cc with 100% similarity]
libstdc++-v3/testsuite/ext/hash_set/instantiate.cc [moved from libstdc++-v3/testsuite/ext/hash_set_explicit_instantiation.cc with 100% similarity]
libstdc++-v3/testsuite/ext/headers.cc
libstdc++-v3/testsuite/ext/slist/check_construct_destroy.cc [moved from libstdc++-v3/testsuite/ext/slist_check_construct_destroy.cc with 100% similarity]
libstdc++-v3/testsuite/ext/slist/instantiate.cc [moved from libstdc++-v3/testsuite/ext/slist_explicit_instantiation.cc with 100% similarity]