This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/57740] C++11 std::thread not usable with static linking
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 14 Aug 2016 16:05:59 +0000
- Subject: [Bug libstdc++/57740] C++11 std::thread not usable with static linking
- Authentication-results: sourceware.org; auth=none
- Auto-submitted: auto-generated
- References: <bug-57740-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57740
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #13 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
This is not really as gcc bug but rather not understanding weak symbols vs
archives. Anyways this is a dup of bug 58909.
*** This bug has been marked as a duplicate of bug 58909 ***