This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/64828] [5 Regression] libstdc++-v3/libsupc++/del_opvs.cc:30:1: warning: âvoid operator delete [](void*, std::size_t)â is a usual (non-placement) deallocation function in C++14 (or with -fsized-deallocation) [-Wc++14-compat]
- From: "ubizjak at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 28 Jan 2015 15:52:26 +0000
- Subject: [Bug libstdc++/64828] [5 Regression] libstdc++-v3/libsupc++/del_opvs.cc:30:1: warning: âvoid operator delete [](void*, std::size_t)â is a usual (non-placement) deallocation function in C++14 (or with -fsized-deallocation) [-Wc++14-compat]
- Auto-submitted: auto-generated
- References: <bug-64828-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64828
--- Comment #7 from UroÅ Bizjak <ubizjak at gmail dot com> ---
(In reply to Jonathan Wakely from comment #6)
> But not in libstdc++ any longer. Please re-open and change the component if
> you want it fixed in libsanitizer, otherwise I'm closing this as fixed.
True. Libsanitizer warnings are reported in PR64841.