diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2019-06-17 16:51:31 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2019-06-17 16:51:31 +0100 |
commit | 39f901e918c42935d1acf5ad87b79ae1b38a666b (patch) | |
tree | 4448e0e52ce54200776d754e84f785b44a97c6d2 /gcc | |
parent | 35d57c957268c29056192f312c279fb08b4af0ea (diff) | |
download | gcc-39f901e918c42935d1acf5ad87b79ae1b38a666b.zip gcc-39f901e918c42935d1acf5ad87b79ae1b38a666b.tar.gz gcc-39f901e918c42935d1acf5ad87b79ae1b38a666b.tar.bz2 |
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.
From-SVN: r272391
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions