http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56905



Jonathan Wakely <redi at gcc dot gnu.org> changed:



           What    |Removed                     |Added

----------------------------------------------------------------------------

             Status|ASSIGNED                    |RESOLVED

         Resolution|                            |FIXED

   Target Milestone|---                         |4.9.0



--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> 2013-04-24 
22:05:45 UTC ---

Fixed on trunk by the following commit.



Author: redi

Date: Wed Apr 24 22:00:16 2013

New Revision: 198265



URL: http://gcc.gnu.org/viewcvs?rev=198265&root=gcc&view=rev

Log:

    PR libstdc++/56905

    * libsupc++/exception_ptr.h (copy_exception): Deprecate and

    move implementation to make_exception_ptr.

    * include/std/future (_State_base::_M_break_promise): Replace

    copy_exception with make_exception_ptr.

    * testsuite/18_support/exception_ptr/move.cc: Likewise.

    * testsuite/18_support/exception_ptr/rethrow_exception.cc: Likewise.

    * testsuite/30_threads/future/members/get2.cc: Likewise.

    * testsuite/30_threads/promise/members/set_exception.cc: Likewise.

    * testsuite/30_threads/promise/members/set_exception2.cc: Likewise.

    * testsuite/30_threads/promise/members/set_value2.cc: Likewise.

    * testsuite/30_threads/shared_future/members/get2.cc: Likewise.



Modified:

    trunk/libstdc++-v3/ChangeLog

    trunk/libstdc++-v3/include/std/future

    trunk/libstdc++-v3/libsupc++/exception_ptr.h

    trunk/libstdc++-v3/testsuite/18_support/exception_ptr/move.cc

    trunk/libstdc++-v3/testsuite/18_support/exception_ptr/rethrow_exception.cc

    trunk/libstdc++-v3/testsuite/30_threads/future/members/get2.cc

    trunk/libstdc++-v3/testsuite/30_threads/promise/members/set_exception.cc

    trunk/libstdc++-v3/testsuite/30_threads/promise/members/set_exception2.cc

    trunk/libstdc++-v3/testsuite/30_threads/promise/members/set_value2.cc

    trunk/libstdc++-v3/testsuite/30_threads/shared_future/members/get2.cc

Reply via email to