https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57111
--- Comment #17 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by David Edelsohn <d...@gcc.gnu.org>: https://gcc.gnu.org/g:4a1d7f7e203d0ec4b9d67ea6fc9b84bee1e211d3 commit r11-6573-g4a1d7f7e203d0ec4b9d67ea6fc9b84bee1e211d3 Author: David Edelsohn <dje....@gmail.com> Date: Sun Jan 10 18:10:34 2021 -0500 libstdc++: Suppress more vstring testsuite warnings. [PR 98613] PR c++/57111 - 57111 - Generalize -Wfree-nonheap-object to delete can create false positive warnings for vstring _S_empty_rep. This patch prunes the excess false positive warnings from two more testcases. libstdc++-v3/ChangeLog: PR libstdc++/98613 * testsuite/ext/vstring/cons/moveable.cc: Suppress false positive warning. * testsuite/ext/vstring/modifiers/assign/move_assign.cc: Same.