diff options
author | François Dumont <fdumont@gcc.gnu.org> | 2022-09-08 06:55:20 +0200 |
---|---|---|
committer | François Dumont <fdumont@gcc.gnu.org> | 2022-09-08 21:21:13 +0200 |
commit | a0f83501182de68ff038f3c69da549e6c80bb6bd (patch) | |
tree | 0a15e628d6fc3a45db0dbf4d1583b9a221a88bee /libcpp | |
parent | 264deecb16abcfc8ca8efe9b94b0ad55febd55cc (diff) | |
download | gcc-a0f83501182de68ff038f3c69da549e6c80bb6bd.zip gcc-a0f83501182de68ff038f3c69da549e6c80bb6bd.tar.gz gcc-a0f83501182de68ff038f3c69da549e6c80bb6bd.tar.bz2 |
libstdc++: mallinfo deprecated, use mallinfo2 when glibc => 2.33
glibc mallinfo is now deprecated resulting in make check-performance
failure. When glibc => 2.33 prefer mallinfo2.
libstdc++-v3/ChangeLog:
* testsuite/util/testsuite_performance.h (__gnu_test::MallocInfo): New.
(__gnu_test::malloc_info): New, replace mallinfo on current platform
supporting it and use mallinfo2 when glibc >= 2.33.
Diffstat (limited to 'libcpp')
0 files changed, 0 insertions, 0 deletions