[Bug c++/81880] thread_local static member template initialisation fails

2023-07-06 Thread ttimo at valvesoftware dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81880 Timothee Besset changed: What|Removed |Added CC||ttimo at valvesoftware dot com --- Com

[Bug c++/81880] thread_local static member template initialisation fails

2021-08-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81880 --- Comment #4 from Andrew Pinski --- Reduced testcase: extern "C" void abort(void); struct tt { int *tt1 = new int{1}; int bucket_count() const {return *tt1;} }; struct A { template thread_local static tt m; }; template thread_local tt A::

[Bug c++/81880] thread_local static member template initialisation fails

2020-08-30 Thread tobias.bruell at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81880 Toby Brull changed: What|Removed |Added CC||tobias.bruell at gmail dot com --- Comment

[Bug c++/81880] thread_local static member template initialisation fails

2018-09-18 Thread latimerius at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81880 Latimerius changed: What|Removed |Added CC||latimerius at seznam dot cz --- Comment #2

[Bug c++/81880] thread_local static member template initialisation fails

2017-08-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81880 Richard Biener changed: What|Removed |Added Keywords||wrong-code Status|UNCONFIRM