From 8e76b87ddc90e6fa7262c3ee08eb14405b7eaa18 Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Fri, 14 Feb 2025 19:34:27 +0100 Subject: [PATCH] Solaris regtest: add a suppression for GCC 12 libstdc++ memcheck leak_cpp_interior --- memcheck/tests/libstdc++.supp | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/memcheck/tests/libstdc++.supp b/memcheck/tests/libstdc++.supp index 2cac057305..525b62832f 100644 --- a/memcheck/tests/libstdc++.supp +++ b/memcheck/tests/libstdc++.supp @@ -109,3 +109,16 @@ obj:/libexec/ld-elf*.so.1 obj:/libexec/ld-elf*.so.1 } +{ + Solaris-leaks-g++-malloc + Memcheck:Leak + match-leak-kinds: reachable + fun:malloc + fun:_GLOBAL__sub_I_eh_alloc.cc + obj:*/libstdc++.so* + fun:_init + fun:call_init + fun:setup + fun:_setup + fun:_rt_boot +} -- 2.47.2