Hi Florian,

On Tue, 2025-04-22 at 00:29 +0200, Florian Krohm wrote:
> 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.

I am not seeing that locally. meh is used, although maybe the compiler
is smart enough to notice only meh[0] is actually used. What compiler
(version) and flags are you using?

> These files are missing:
> - auxprogs/ltp-tester.sh
> - auxprogs/ltp-excludes.txt
> - auxprogs/ltp-error-patterns.txt

Oops. Added them to EXTRA_DIST so they are in the tar ball for RC2.

> After adding them make ltpchecks took some 45 minutes on my z15 with about 46 
> failing tests. Not too bad..

I assume most of the failures are missing syscall wrappers? On my
x86_64 setup I got 66 FAILs, full log here:
https://bugsfiles.kde.org/attachment.cgi?id=180366

Cheers,

Mark


_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to