]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/testsuite/25_algorithms/search/1.cc
moveable.cc: New.
authorChris Jefferson <chris@bubblescope.net>
Wed, 3 Oct 2007 17:27:18 +0000 (17:27 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 3 Oct 2007 17:27:18 +0000 (17:27 +0000)
commitf5783e34f97cd9012ae3ee4118a5e3bf642d8aed
tree46cc3fffe09f0d59f370c379911fdc297f83f02b
parent53f8671f979fce37896147392d9602559afe1f58
moveable.cc: New.

2007-10-03  Chris Jefferson  <chris@bubblescope.net>
    Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/20_util/pair/moveable.cc: New. Merge from
libstdcxx_so_7-branch.
* testsuite/23_containers/deque/capacity/moveable.cc: Same.
* testsuite/23_containers/deque/cons/moveable.cc: Same.
* testsuite/23_containers/deque/modifiers/moveable.cc: Same.
* testsuite/23_containers/deque/moveable.cc: Same.
* testsuite/23_containers/list/moveable.cc: Same.
* testsuite/23_containers/map/moveable.cc: Same.
* testsuite/23_containers/multimap/moveable.cc: Same.
* testsuite/23_containers/multiset/moveable.cc: Same.
* testsuite/23_containers/set/moveable.cc: Same.
* testsuite/23_containers/vector/cons/moveable.cc: Same.
* testsuite/23_containers/vector/modifiers/moveable.cc: Same.
* testsuite/23_containers/vector/moveable.cc: Same.
* testsuite/23_containers/vector/resize/moveable.cc: Same.
* testsuite/25_algorithms/heap/moveable.cc: Same.
* testsuite/25_algorithms/nth_element/moveable.cc: Same.
* testsuite/25_algorithms/partial_sort/moveable.cc: Same.
* testsuite/25_algorithms/partition/moveable.cc: Same.
* testsuite/25_algorithms/remove_if/moveable.cc: Same.
* testsuite/25_algorithms/remove/moveable.cc: Same.
* testsuite/25_algorithms/reverse/moveable.cc: Same.
* testsuite/25_algorithms/rotate/moveable.cc: Same.
* testsuite/25_algorithms/sort/moveable.cc: Same.
* testsuite/25_algorithms/swap_ranges/moveable.cc: Same.
* testsuite/25_algorithms/unique/moveable.cc: Same.
* testsuite/util/testsuite_rvalref.h: New.

* testsuite/25_algorithms/equal/equal.cc: Move to...
* testsuite/25_algorithms/equal/no_operator_ne.cc: ...this.
* testsuite/25_algorithms/heap/heap.cc: Move to...
* testsuite/25_algorithms/heap/1.cc: ...this.
* testsuite/25_algorithms/lower_bound/lower_bound.cc: Move to...
* testsuite/25_algorithms/lower_bound/no_operator_ne.cc: ...this.
* testsuite/25_algorithms/partition/partition.cc: Move to...
* testsuite/25_algorithms/partition/1.cc: ...this.
* testsuite/25_algorithms/stable_partition/1.cc: ... and this.

* testsuite/25_algorithms/search/1.cc: Update from merge.
* testsuite/25_algorithms/search/check_type.cc: Same.

* testsuite/lib/dg-options.exp (dg-require-rvalref): New.
* testsuite/lib/libstdc++.exp (check_v3_target_rvalref): New.

Co-Authored-By: Benjamin Kosnik <bkoz@redhat.com>
From-SVN: r128990
36 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/20_util/pair/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/deque/capacity/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/deque/cons/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/deque/modifiers/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/deque/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/list/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/map/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/multimap/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/multiset/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/set/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/vector/cons/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/vector/modifiers/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/vector/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/vector/resize/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/25_algorithms/equal/no_operator_ne.cc [moved from libstdc++-v3/testsuite/25_algorithms/equal/equal.cc with 100% similarity]
libstdc++-v3/testsuite/25_algorithms/heap/1.cc [moved from libstdc++-v3/testsuite/25_algorithms/heap/heap.cc with 100% similarity]
libstdc++-v3/testsuite/25_algorithms/heap/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/25_algorithms/lower_bound/no_operator_ne.cc [moved from libstdc++-v3/testsuite/25_algorithms/lower_bound/lower_bound.cc with 100% similarity]
libstdc++-v3/testsuite/25_algorithms/nth_element/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/25_algorithms/partial_sort/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/25_algorithms/partition/1.cc [moved from libstdc++-v3/testsuite/25_algorithms/partition/partition.cc with 87% similarity]
libstdc++-v3/testsuite/25_algorithms/partition/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/25_algorithms/remove/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/25_algorithms/remove_if/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/25_algorithms/reverse/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/25_algorithms/rotate/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/25_algorithms/search/1.cc
libstdc++-v3/testsuite/25_algorithms/search/check_type.cc
libstdc++-v3/testsuite/25_algorithms/sort/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/25_algorithms/stable_partition/1.cc [new file with mode: 0644]
libstdc++-v3/testsuite/25_algorithms/swap_ranges/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/25_algorithms/unique/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/lib/dg-options.exp
libstdc++-v3/testsuite/lib/libstdc++.exp
libstdc++-v3/testsuite/util/testsuite_rvalref.h [new file with mode: 0644]