r272391 - in /trunk/libstdc++-v3: ChangeLog tes...

redi@gcc.gnu.org redi@gcc.gnu.org
Mon Jun 17 15:51:00 GMT 2019


Author: redi
Date: Mon Jun 17 15:51:31 2019
New Revision: 272391

URL: https://gcc.gnu.org/viewcvs?rev=272391&root=gcc&view=rev
Log:
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.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/testsuite/20_util/allocator/1.cc



More information about the Libstdc++-cvs mailing list