[Bug c++/77285] [5 Regression] extern thread_local linkage

2020-11-04 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77285

Jonathan Wakely  changed:

   What|Removed |Added

 CC||saarraz2 at gmail dot com

--- Comment #16 from Jonathan Wakely  ---
*** Bug 69775 has been marked as a duplicate of this bug. ***

[Bug c++/77285] [5 Regression] extern thread_local linkage

2018-02-21 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77285

Jonathan Wakely  changed:

   What|Removed |Added

 CC||zhykzhykzhyk at gmail dot com

--- Comment #15 from Jonathan Wakely  ---
*** Bug 66971 has been marked as a duplicate of this bug. ***

[Bug c++/77285] [5 Regression] extern thread_local linkage

2017-05-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77285

Jakub Jelinek  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #14 from Jakub Jelinek  ---
Fixed.

[Bug c++/77285] [5 Regression] extern thread_local linkage

2017-05-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77285

--- Comment #13 from Jakub Jelinek  ---
Author: jakub
Date: Tue May 30 07:41:57 2017
New Revision: 248624

URL: https://gcc.gnu.org/viewcvs?rev=248624=gcc=rev
Log:
Backported from mainline
2016-11-18  Jakub Jelinek  

PR c++/77285
* mangle.c (mangle_tls_init_fn, mangle_tls_wrapper_fn): Call
check_abi_tags.

* g++.dg/tls/pr77285-1.C: New test.
* g++.dg/tls/pr77285-2.C: New test.

Added:
branches/gcc-5-branch/gcc/testsuite/g++.dg/tls/pr77285-1.C
branches/gcc-5-branch/gcc/testsuite/g++.dg/tls/pr77285-2.C
Modified:
branches/gcc-5-branch/gcc/cp/ChangeLog
branches/gcc-5-branch/gcc/cp/mangle.c
branches/gcc-5-branch/gcc/testsuite/ChangeLog

[Bug c++/77285] [5 Regression] extern thread_local linkage

2016-12-08 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77285

Jakub Jelinek  changed:

   What|Removed |Added

Summary|[5/6 Regression] extern |[5 Regression] extern
   |thread_local linkage|thread_local linkage

--- Comment #12 from Jakub Jelinek  ---
Fixed for 6.3+ as well.