[Bug libstdc++/69945] Provide an equivalent of __libc_freeres to release emergency EH pool memory

2017-05-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69945 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/69945] Provide an equivalent of __libc_freeres to release emergency EH pool memory

2016-04-26 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69945 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/69945] Provide an equivalent of __libc_freeres to release emergency EH pool memory

2016-03-24 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69945 --- Comment #6 from Jonathan Wakely --- Author: redi Date: Thu Mar 24 18:13:40 2016 New Revision: 234465 URL: https://gcc.gnu.org/viewcvs?rev=234465=gcc=rev Log: libstdc++/69945 Add __gnu_cxx::__freeres hook PR libstdc++/69945

[Bug libstdc++/69945] Provide an equivalent of __libc_freeres to release emergency EH pool memory

2016-02-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69945 --- Comment #5 from Jakub Jelinek --- Unversioned symbols in otherwise versioned shared library? On some systems impossible, on others possible through ugly hacks. IMHO we don't want that.

[Bug libstdc++/69945] Provide an equivalent of __libc_freeres to release emergency EH pool memory

2016-02-25 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69945 --- Comment #4 from rguenther at suse dot de --- On Thu, 25 Feb 2016, jakub at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69945 > > --- Comment #3 from Jakub Jelinek --- > libsupc++ is linked into libstdc++.so.6.

[Bug libstdc++/69945] Provide an equivalent of __libc_freeres to release emergency EH pool memory

2016-02-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69945 --- Comment #3 from Jakub Jelinek --- libsupc++ is linked into libstdc++.so.6.

[Bug libstdc++/69945] Provide an equivalent of __libc_freeres to release emergency EH pool memory

2016-02-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69945 --- Comment #2 from Richard Biener --- but as the allocator lives in libsupc++ which is static only we can add that symbol there (unversioned)?

[Bug libstdc++/69945] Provide an equivalent of __libc_freeres to release emergency EH pool memory

2016-02-24 Thread mark at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69945 --- Comment #1 from Mark Wielaard --- See also this valgrind bug: https://bugs.kde.org/show_bug.cgi?id=345307