This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/81517] Unhelpful what() for uninitialized threads backend (in __gthread_once)
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 22 Jul 2017 20:48:38 +0000
- Subject: [Bug libstdc++/81517] Unhelpful what() for uninitialized threads backend (in __gthread_once)
- Auto-submitted: auto-generated
- References: <bug-81517-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81517
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
As I said in PR 55394, we should make this fail at link time, as we already do
for std::thread creation.
*** This bug has been marked as a duplicate of bug 55394 ***