aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2019-06-17 16:51:31 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2019-06-17 16:51:31 +0100
commit39f901e918c42935d1acf5ad87b79ae1b38a666b (patch)
tree4448e0e52ce54200776d754e84f785b44a97c6d2 /gcc
parent35d57c957268c29056192f312c279fb08b4af0ea (diff)
downloadgcc-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