headers.cc: Add includes, compile only.
authorBenjamin Kosnik <bkoz@redhat.com>
Thu, 14 Oct 2004 21:34:52 +0000 (21:34 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 14 Oct 2004 21:34:52 +0000 (21:34 +0000)
commit1f042340f18f6437b4818b702bfff785ba398e5e
tree7156dc00c09b56b86fbdcb9d2b45b778d42b709e
parent11aaaa84ae74f52ba9cb62ec6745c4b38f0247f9
headers.cc: Add includes, compile only.

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.

From-SVN: r89054
17 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/ext/14648.cc [deleted file]
libstdc++-v3/testsuite/ext/hash_check_construct_destroy.cc [deleted file]
libstdc++-v3/testsuite/ext/hash_map.cc [deleted file]
libstdc++-v3/testsuite/ext/hash_map/1.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/hash_map/14648.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/hash_map/instantiate.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/hash_set.cc [deleted file]
libstdc++-v3/testsuite/ext/hash_set/1.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/hash_set/check_construct_destroy.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/hash_set/instantiate.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/hash_set_explicit_instantiation.cc [deleted file]
libstdc++-v3/testsuite/ext/headers.cc
libstdc++-v3/testsuite/ext/slist/check_construct_destroy.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/slist/instantiate.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/slist_check_construct_destroy.cc [deleted file]
libstdc++-v3/testsuite/ext/slist_explicit_instantiation.cc [deleted file]