[Bug c++/84497] link errors with trivial external thread_local variables

2019-05-31 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84497 Iain Sandoe changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug c++/84497] link errors with trivial external thread_local variables

2019-01-07 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84497 Iain Sandoe changed: What|Removed |Added Attachment #45369|0 |1 is obsolete|

[Bug c++/84497] link errors with trivial external thread_local variables

2019-01-07 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84497 Iain Sandoe changed: What|Removed |Added Status|RESOLVED|REOPENED Last reconfirmed|

[Bug c++/84497] link errors with trivial external thread_local variables

2019-01-07 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84497 Iain Sandoe changed: What|Removed |Added CC||iains at gcc dot gnu.org --- Comment #6

[Bug c++/84497] link errors with trivial external thread_local variables

2018-03-05 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84497 Nathan Sidwell changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/84497] link errors with trivial external thread_local variables

2018-03-05 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84497 --- Comment #4 from Nathan Sidwell --- Author: nathan Date: Mon Mar 5 13:48:43 2018 New Revision: 258244 URL: https://gcc.gnu.org/viewcvs?rev=258244=gcc=rev Log: [PR c++/84497] ref to undefined tls init

[Bug c++/84497] link errors with trivial external thread_local variables

2018-03-02 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84497 --- Comment #3 from Nathan Sidwell --- Created attachment 43550 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43550=edit Simpler testcase The simpler testcase removes all the atomic cruft. Compile with -DDEF to get the defining object

[Bug c++/84497] link errors with trivial external thread_local variables

2018-02-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84497 Jakub Jelinek changed: What|Removed |Added Keywords||ABI CC|

[Bug c++/84497] link errors with trivial external thread_local variables

2018-02-21 Thread P at draigBrady dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84497 --- Comment #1 from Pádraig Brady --- Created attachment 43479 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43479=edit Proposed patch and testcase. This passes the full testsuite