Re: [PATCH] libcpp: Add missing config for --enable-valgrind-annotations [PR107691]

2022-11-18 Thread Richard Biener via Gcc-patches
On Thu, Nov 17, 2022 at 10:04 PM Bernhard Reutner-Fischer via Gcc-patches wrote: > > --- > ceb17928e5d1d5 copied (parts of) the valgrind annotation checks from gcc > to libcpp. The above copies the missing pieces to libcpp to diagnose > when libcpp is configured with --enable-valgrind-annotations

[PATCH] libcpp: Add missing config for --enable-valgrind-annotations [PR107691]

2022-11-17 Thread Bernhard Reutner-Fischer via Gcc-patches
--- ceb17928e5d1d5 copied (parts of) the valgrind annotation checks from gcc to libcpp. The above copies the missing pieces to libcpp to diagnose when libcpp is configured with --enable-valgrind-annotations but valgrind is not installed. Tested with --enable-valgrind-annotations without valgrind i