|
From: Florian K. <fl...@ei...> - 2015-09-10 21:55:48
|
On 10.09.2015 20:20, Julian Seward wrote: > > On 07/09/15 15:44, Julian Seward wrote: >> If the branch seems stable then I propose to let the branch stabilise >> until Mon 21 Sept and release at that point. > > A test tarball is available at > http://valgrind.org/downloads/valgrind-3.11.0.TEST1.tar.bz2 > (md5 = 6a858b4a1e98db8c82bc6bc9c760873b) > > Please test it on systems that are important for you and report any failures > (and successes!). > s390 Fedora 21 is fine s390 RHEL 4 looks OK to me as well. There are several regtest failures in drd due to a missing filename in the stacktrace. But I'm not going to bother with that. I tested compilation (i.e. "make") with clang on x86-64. You need at least clang-3.1. There are a few warnings about -nodefaultlibs and -u _start but not too many. clang-3.0 will not recognise .cfi_restore This can possibly be worked around by using the GNU assembler instead of clang's built-in assembler. But I did not attempt that. To do "make check" you need 3.4.2 or so. But it's kinda pointless because getting make regtest run somewhat cleanly has not seriously been attempted yet. E.g. with clang-3.7 there are == 722 tests, 183 stderr failures, 59 stdout failures, 1 stderrB failure, 2 stdoutB failures, 4 post failures == Florian |