https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60702
Andrew Pinski changed:
What|Removed |Added
CC||michael at ensslin dot cc
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60702
Jonathan Wakely changed:
What|Removed |Added
CC||tobias.bruell at gmail dot com
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60702
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60702
--- Comment #23 from Jakub Jelinek ---
Author: jakub
Date: Fri Aug 30 12:31:21 2019
New Revision: 275141
URL: https://gcc.gnu.org/viewcvs?rev=275141&root=gcc&view=rev
Log:
Backported from mainline
2019-03-25 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60702
--- Comment #22 from Jakub Jelinek ---
Author: jakub
Date: Fri Aug 30 12:30:48 2019
New Revision: 275140
URL: https://gcc.gnu.org/viewcvs?rev=275140&root=gcc&view=rev
Log:
Backported from mainline
2019-03-22 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60702
--- Comment #21 from Jakub Jelinek ---
Fixed for 8.4+ too.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60702
--- Comment #20 from Jakub Jelinek ---
Author: jakub
Date: Tue Apr 30 20:53:29 2019
New Revision: 270740
URL: https://gcc.gnu.org/viewcvs?rev=270740&root=gcc&view=rev
Log:
Backported from mainline
2019-03-25 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60702
--- Comment #19 from Jakub Jelinek ---
Author: jakub
Date: Tue Apr 30 20:52:54 2019
New Revision: 270739
URL: https://gcc.gnu.org/viewcvs?rev=270739&root=gcc&view=rev
Log:
Backported from mainline
2019-03-22 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60702
--- Comment #18 from Jakub Jelinek ---
Should be fixed on the trunk now.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60702
--- Comment #17 from Jakub Jelinek ---
Author: jakub
Date: Mon Mar 25 11:53:56 2019
New Revision: 269912
URL: https://gcc.gnu.org/viewcvs?rev=269912&root=gcc&view=rev
Log:
PR c++/60702
* g++.dg/tls/thread_local11.C: Remove scan-t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60702
--- Comment #16 from Iain Sandoe ---
(In reply to Jakub Jelinek from comment #15)
> I think the dg-require-alias is the right thing though, this is not related
> to native vs. non-native TLS, but:
> /* If the variable is internal, or if we can'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60702
--- Comment #15 from Jakub Jelinek ---
I think the dg-require-alias is the right thing though, this is not related to
native vs. non-native TLS, but:
/* If the variable is internal, or if we can't generate aliases,
call the local init func
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60702
--- Comment #14 from Iain Sandoe ---
(In reply to Jakub Jelinek from comment #13)
> (In reply to Iain Sandoe from comment #11)
> > (In reply to Jakub Jelinek from comment #10)
> > > Created attachment 45976 [details]
> > > gcc9-pr60702.patch
> >
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60702
--- Comment #13 from Jakub Jelinek ---
(In reply to Iain Sandoe from comment #11)
> (In reply to Jakub Jelinek from comment #10)
> > Created attachment 45976 [details]
> > gcc9-pr60702.patch
> >
> > Untested fix.
>
> For emulated TLS on x86_64-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60702
--- Comment #12 from Jakub Jelinek ---
Author: jakub
Date: Fri Mar 22 14:42:57 2019
New Revision: 269875
URL: https://gcc.gnu.org/viewcvs?rev=269875&root=gcc&view=rev
Log:
PR c++/60702
* cp-tree.h (get_tls_wrapper_fn): Remove dec
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60702
Iain Sandoe changed:
What|Removed |Added
CC||iains at gcc dot gnu.org
--- Comment #11 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60702
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60702
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #9
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60702
Jonathan Wakely changed:
What|Removed |Added
CC||leppkes at stce dot
rwth-aachen.de
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60702
Jonathan Wakely changed:
What|Removed |Added
Last reconfirmed|2017-11-15 00:00:00 |2018-10-25
See Also|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60702
--- Comment #6 from Jonathan Wakely ---
*** Bug 83568 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60702
Jonathan Wakely changed:
What|Removed |Added
Keywords||wrong-code
Status|UNCONFIR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60702
Kan Wang changed:
What|Removed |Added
CC||tinrow at gmail dot com
--- Comment #5 from K
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60702
arturomdn at gmail dot com changed:
What|Removed |Added
CC||arturomdn at gmail dot com
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60702
--- Comment #3 from Stan Pavlovski ---
Template class' thread_local member is not initialized unless other
non-template class' thread_local member is initialized first:
#include
using namespace std;
struct far {
struct boo {
boo ()
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60702
--- Comment #2 from Stan Pavlovski ---
Created attachment 32482
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32482&action=edit
Source file
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60702
--- Comment #1 from Stan Pavlovski ---
Created attachment 32481
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32481&action=edit
Gcc temp output
27 matches
Mail list logo