This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/81413] overloaded new and delete might not be called when dynamically linked with libstdc++
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 12 Jul 2017 20:53:23 +0000
- Subject: [Bug libstdc++/81413] overloaded new and delete might not be called when dynamically linked with libstdc++
- Auto-submitted: auto-generated
- References: <bug-81413-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81413
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
The linker model on Windows is weird, there are already existing bugs about
this (at least PR 77726 but others too).
It works fine on other platforms.