[Bug 192320] Use of thread_local produces linking errors on system version of clang++

2016-08-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192320 Bryan Drewery changed: What|Removed |Added Status|In Progress |Closed

[Bug 192320] Use of thread_local produces linking errors on system version of clang++

2016-08-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192320 --- Comment #18 from commit-h...@freebsd.org --- A commit references this bug: Author: bdrewery Date: Mon Aug 22 16:35:51 UTC 2016 New revision: 304611 URL: https://svnweb.freebsd.org/changeset/base/304611 Log: MFC r304608: Bump

[Bug 192320] Use of thread_local produces linking errors on system version of clang++

2016-08-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192320 --- Comment #17 from commit-h...@freebsd.org --- A commit references this bug: Author: bdrewery Date: Mon Aug 22 16:04:25 UTC 2016 New revision: 304610 URL: https://svnweb.freebsd.org/changeset/base/304610 Log: MFS r304609: MFC

[Bug 192320] Use of thread_local produces linking errors on system version of clang++

2016-08-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192320 --- Comment #16 from commit-h...@freebsd.org --- A commit references this bug: Author: bdrewery Date: Mon Aug 22 15:53:33 UTC 2016 New revision: 304609 URL: https://svnweb.freebsd.org/changeset/base/304609 Log: MFC r304608: Bump

[Bug 192320] Use of thread_local produces linking errors on system version of clang++

2016-08-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192320 --- Comment #15 from commit-h...@freebsd.org --- A commit references this bug: Author: bdrewery Date: Mon Aug 22 15:52:04 UTC 2016 New revision: 304608 URL: https://svnweb.freebsd.org/changeset/base/304608 Log: Bump __FreeBSD_version

[Bug 192320] Use of thread_local produces linking errors on system version of clang++

2016-08-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192320 Bryan Drewery changed: What|Removed |Added CC|

[Bug 192320] Use of thread_local produces linking errors on system version of clang++

2016-06-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192320 Mikhail Teterin changed: What|Removed |Added CC|

[Bug 192320] Use of thread_local produces linking errors on system version of clang++

2016-01-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192320 Hannes Hauswedell changed: What|Removed |Added CC|

[Bug 192320] Use of thread_local produces linking errors on system version of clang++

2015-10-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192320 Rudolf-Walter Kiss-Szakacs changed: What|Removed |Added CC|

[Bug 192320] Use of thread_local produces linking errors on system version of clang++

2015-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192320 --- Comment #5 from Tijl Coosemans t...@freebsd.org --- (In reply to David Chisnall from comment #4) That's what glibc seems to do. When a thread calls dlclose its thread_local variables are destroyed, but if there are other threads with

[Bug 192320] Use of thread_local produces linking errors on system version of clang++

2015-02-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192320 --- Comment #3 from Steve Wills swi...@freebsd.org --- (In reply to David Chisnall from comment #2) Any status update on this? I've run into this issue too. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 192320] Use of thread_local produces linking errors on system version of clang++

2014-08-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192320 Tijl Coosemans t...@freebsd.org changed: What|Removed |Added CC||t...@freebsd.org

[Bug 192320] Use of thread_local produces linking errors on system version of clang++

2014-08-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192320 Dimitry Andric d...@freebsd.org changed: What|Removed |Added CC||d...@freebsd.org,

[Bug 192320] Use of thread_local produces linking errors on system version of clang++

2014-08-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192320 --- Comment #2 from David Chisnall thera...@freebsd.org --- I did write a __cxa_thread_atexit a while ago, but I haven't yet committed it (I'll try to find it). I didn't commit it because the semantics of _Thread_local are very poorly