From: Florian K. <fl...@ei...> - 2025-04-21 22:30:20
|
On 18.04.25 15:53, Mark Wielaard wrote: > Slightly later than originally planned, but the RC1 is finally out! > > An RC1 tarball for 3.25.0 is now available at > https://sourceware.org/pub/valgrind/valgrind-3.25.0.RC1.tar.bz2 > (md5sum = 2f02fe951278ebde62bba65c3a311a40) > (sha1sum = 3679ddc3237455f07de0ae30f21e947868c2218e) > https://sourceware.org/pub/valgrind/valgrind-3.25.0.RC1.tar.bz2.asc > > Please give it a try in configurations that are important for you and > report any problems you have none/tests/bug290061.c bug290061.c:1:13: warning: ‘meh’ defined but not used [-Wunused-variable] I guess we want a clean build.. Making 'meh' volatile removes the warning. These files are missing: - auxprogs/ltp-tester.sh - auxprogs/ltp-excludes.txt - auxprogs/ltp-error-patterns.txt After adding them make ltpchecks took some 45 minutes on my z15 with about 46 failing tests. Not too bad.. make auxchecks and gsl19test (both with -O2 and -O3) ran without errors. I'll do some more testing on Tuesday. Florian |