OSDN Git Service

2009-10-05 Paolo Carlini <paolo.carlini@oracle.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Oct 2009 14:11:11 +0000 (14:11 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Oct 2009 14:11:11 +0000 (14:11 +0000)
commit5910a795834d1f9858c9dade13c0d13e269a1727
tree30641a73165472d83cdeb2b7fd1a56af00148c8d
parentfd193bcd4b2ed21bbc003bb85c23db5e0d31e572
2009-10-05  Paolo Carlini  <paolo.carlini@oracle.com>

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

2009-10-05  Chris Jefferson  <chris@bubblescope.net>

* include/bits/stl_algo.h (__stable_partition_adaptive,
__rotate_adaptive, __merge_adaptive, __merge_sort_loop):
Extend to work with rvalue references in C++0x mode.
* testsuite/25_algorithms/inplace_merge/moveable2.cc: New.
* testsuite/25_algorithms/inplace_merge/moveable.cc: Likewise.
* testsuite/25_algorithms/stable_partition/moveable.cc: Likewise.
* testsuite/25_algorithms/stable_sort/moveable2.cc: Likewise.
* testsuite/25_algorithms/stable_sort/moveable.cc: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152451 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_algo.h
libstdc++-v3/testsuite/25_algorithms/inplace_merge/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/25_algorithms/inplace_merge/moveable2.cc [new file with mode: 0644]
libstdc++-v3/testsuite/25_algorithms/stable_partition/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/25_algorithms/stable_sort/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/25_algorithms/stable_sort/moveable2.cc [new file with mode: 0644]
libstdc++-v3/testsuite/lib/dg-options.exp
libstdc++-v3/testsuite/lib/libstdc++.exp