https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88263
--- Comment #9 from Csaba Ráduly ---
Confirmed. The original logger.cc (from which logger2.cc was derived) is now
compiled successfully.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88263
Martin Liška changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88263
--- Comment #7 from Martin Liška ---
Author: marxin
Date: Mon Jan 14 18:40:34 2019
New Revision: 267921
URL: https://gcc.gnu.org/viewcvs?rev=267921&root=gcc&view=rev
Log:
Fix location of tls_wrapper_fn (PR gcov-profile/88263).
2019-01-14 Marti
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88263
--- Comment #6 from Martin Liška ---
Confirmed, let me fix that.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88263
--- Comment #5 from Csaba Ráduly ---
Created attachment 45367
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45367&action=edit
preprocessor output from -save-temps for the second version (with destructor)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88263
Csaba Ráduly changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88263
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88263
--- Comment #2 from Martin Liška ---
Author: marxin
Date: Thu Dec 27 08:46:13 2018
New Revision: 267429
URL: https://gcc.gnu.org/viewcvs?rev=267429&root=gcc&view=rev
Log:
Use proper location for tls_init function (PR c++/88263).
2018-12-27 Mar