[Bug c++/66360] thread_local variable needs copy constructor

2020-11-04 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66360 Jonathan Wakely changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug c++/66360] thread_local variable needs copy constructor

2020-08-30 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66360 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug c++/66360] thread_local variable needs copy constructor

2015-06-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66360 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/66360] thread_local variable needs copy constructor

2015-06-01 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66360 --- Comment #1 from Andrew Pinski --- This has nothing to do with thread_local. That is removing static thread_local still causes it to produce an error. Here is a more reduced testcase: template struct wrapper final { T value; template