[Bug 215709] Use of thread_local produces linking errors [now with gcc]
| Newsgroups | gmane.os.freebsd.devel.threading |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215709 --- Comment #2 from Hannes Hauswedell <[email protected]> --- (In reply to Konstantin Belousov from comment #1) ok, I have opened an issue over at gcc: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78968 Let's see what they say. Concerning your proposed workaround: Since all the magic is done by cmake I have little influence on the order, although it does seem like it gets into libstdc++ first (see the "first defined here"). I have a different workaround in the code that I have also been using for FreeBSD<11 + LLVM and that I am now just expanding so that thread_local is just never used on FreeBSD right now. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-threads To unsubscribe, send any mail to "[email protected]"