https://bugs.kde.org/show_bug.cgi?id=511972
Paul Floyd <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |FIXED --- Comment #5 from Paul Floyd <[email protected]> --- I've changed the -Wno-alloc-size-larger-than=18446744073709551615 options to -Walloc-size-larger-than=18446744073709551616, which is more than the value that we are using (usually -1 converted to size_t). Seems to work with clang 19 and gcc 14. commit 51c5973d9d1f096b9472df75638f2a53324fafed (HEAD -> master, origin/master, origin/HEAD) Author: Paul Floyd <[email protected]> Date: Wed Nov 12 21:46:23 2025 +0100 Bug 511972 - valgrind-3.26.0 tests fail to build on upcomig gcc-16: unrecognized command-line option '-Wno-alloc-size-larger-than=18446744073709551615' Initial patch from Sergei Trofimovich, thanks. -- You are receiving this mail because: You are watching all bug changes.
