[Bug c++/64697] C++11 thread_local: relocation truncated to fit: R_X86_64_PC32 against undefined symbol `TLS init function for N::ptd'

2020-01-08 Thread jon.turney at dronecode dot org.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64697 jon.turney at dronecode dot org.uk changed: What|Removed |Added CC||jon.turney at

[Bug libgcc/61752] on cygwin, aborts during exit() with a dynamically loaded C++ library

2020-01-12 Thread jon.turney at dronecode dot org.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61752 Jon Turney changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/62279] Demangler crash

2015-04-19 Thread jon.turney at dronecode dot org.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62279 jon.turney at dronecode dot org.uk changed: What|Removed |Added CC||jon.turney at

[Bug libgcc/61752] New: on cygwin, aborts during exit() with a dynamically loaded C++ library

2014-07-08 Thread jon.turney at dronecode dot org.uk
Priority: P3 Component: libgcc Assignee: unassigned at gcc dot gnu.org Reporter: jon.turney at dronecode dot org.uk Target: i686-pc-cygwin There seems to be a problem somehow related to having a C++ library which does depend on libgcc dynamically

[Bug libgcc/61752] on cygwin, aborts during exit() with a dynamically loaded C++ library

2014-07-08 Thread jon.turney at dronecode dot org.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61752 --- Comment #1 from jon.turney at dronecode dot org.uk --- Created attachment 33092 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33092&action=edit Patch to cygming-crtbegin.c to prevent libgcc pinning itself in memory This seem

[Bug libgcc/61752] on cygwin, aborts during exit() with a dynamically loaded C++ library

2014-07-22 Thread jon.turney at dronecode dot org.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61752 --- Comment #2 from jon.turney at dronecode dot org.uk --- Better patch: https://cygwin.com/ml/cygwin/2014-07/msg00180.html