r150633 - in /trunk/libstdc++-v3: ChangeLog con...
bkoz@gcc.gnu.org
bkoz@gcc.gnu.org
Mon Aug 10 18:24:00 GMT 2009
Author: bkoz
Date: Mon Aug 10 18:24:47 2009
New Revision: 150633
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150633
Log:
2009-08-10 Benjamin Kosnik <bkoz@redhat.com>
* include/std/future: Fixes for -fno-exceptions.
* include/bits/functexcept.h: Same.
* libsupc++/exception_ptr.h: Same.
* src/pool_allocator.cc: Same.
* src/future.cc: Same.
* src/functexcept.cc: Same.
* config/abi/pre/gnu.ver: New exports.
* testsuite/30_threads/packaged_task/cons/assign_neg.cc: Adjust.
* testsuite/30_threads/packaged_task/cons/copy_neg.cc: Same.
* testsuite/30_threads/unique_future/cons/assign_neg.cc: Same.
* testsuite/30_threads/unique_future/cons/copy_neg.cc: Same.
* testsuite/30_threads/shared_future/cons/assign_neg.cc: Same.
* testsuite/30_threads/promise/cons/assign_neg.cc: Same.
* testsuite/30_threads/promise/cons/copy_neg.cc: Same.
* testsuite/23_containers/deque/operators/1.cc: Separate in two...
* testsuite/23_containers/deque/operators/2.cc: New.
Added:
trunk/libstdc++-v3/testsuite/23_containers/deque/operators/2.cc
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/config/abi/pre/gnu.ver
trunk/libstdc++-v3/include/bits/functexcept.h
trunk/libstdc++-v3/include/std/future
trunk/libstdc++-v3/libsupc++/exception_ptr.h
trunk/libstdc++-v3/src/functexcept.cc
trunk/libstdc++-v3/src/future.cc
trunk/libstdc++-v3/src/pool_allocator.cc
trunk/libstdc++-v3/testsuite/23_containers/deque/operators/1.cc
trunk/libstdc++-v3/testsuite/30_threads/packaged_task/cons/assign_neg.cc
trunk/libstdc++-v3/testsuite/30_threads/packaged_task/cons/copy_neg.cc
trunk/libstdc++-v3/testsuite/30_threads/promise/cons/assign_neg.cc
trunk/libstdc++-v3/testsuite/30_threads/promise/cons/copy_neg.cc
trunk/libstdc++-v3/testsuite/30_threads/shared_future/cons/assign_neg.cc
trunk/libstdc++-v3/testsuite/30_threads/unique_future/cons/assign_neg.cc
trunk/libstdc++-v3/testsuite/30_threads/unique_future/cons/copy_neg.cc
More information about the Gcc-cvs
mailing list