This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/52104] go1 fails to link on Solaris 8/9 x86 with native TLS


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

--- Comment #12 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-02-05 23:55:56 UTC ---
Author: redi
Date: Sun Feb  5 23:55:51 2012
New Revision: 183920

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183920
Log:
    PR libstdc++/52104
    * include/std/future (__future_base::_Async_state_common): Define
    destructor inline for targets without TLS.
    * src/c++11/future.cc (__future_base::_Async_state_common): Only
    define destructor for TLS targets.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/future
    trunk/libstdc++-v3/src/c++11/future.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]