]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix AIX test failure due to replacement operator delete
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Jun 2019 15:51:31 +0000 (15:51 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Jun 2019 15:51:31 +0000 (15:51 +0000)
commit8a80c5c7319cd3c2d43457d7a3fbdd9fc2712e03
tree4448e0e52ce54200776d754e84f785b44a97c6d2
parent698ba68e0d952a9dd9cc0177764d82e0e1a72864
Fix AIX test failure due to replacement operator delete

On AIX the sized delete defined in the library will call the non-sized
delete defined in the library, not the replacement version defined in
the test file. By also replacing sized delete we make the test pass
everywhere.

* testsuite/20_util/allocator/1.cc: Add sized delete, which fixes a
failure on AIX.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@272391 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/20_util/allocator/1.cc