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

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

--- Comment #11 from Jakub Jelinek  ---
Author: jakub
Date: Wed Dec  7 22:51:48 2016
New Revision: 243403

URL: https://gcc.gnu.org/viewcvs?rev=243403=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-6-branch/gcc/testsuite/g++.dg/tls/pr77285-1.C
branches/gcc-6-branch/gcc/testsuite/g++.dg/tls/pr77285-2.C
Modified:
branches/gcc-6-branch/gcc/cp/ChangeLog
branches/gcc-6-branch/gcc/cp/mangle.c
branches/gcc-6-branch/gcc/testsuite/ChangeLog

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

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

Richard Biener  changed:

   What|Removed |Added

   Priority|P3  |P2

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

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

Jakub Jelinek  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|unassigned at gcc dot gnu.org  |jakub at gcc dot gnu.org
Summary|[5/6/7 Regression] extern   |[5/6 Regression] extern
   |thread_local linkage|thread_local linkage

--- Comment #10 from Jakub Jelinek  ---
Fixed on the trunk.