On 28.06.23 12:58, Nick Clifton wrote: > Hi Matthias, > >> In particular, >> >> x86_64-linux-gnu i686-linux-gnu x86_64-linux-gnux32 >> =================================================== >> >> Using /<>/binutils/testsuite/config/default.exp as >> tool-and-target-specific interfa >> ce file. >> Running /<>/binutils/testsuite/binutils-all/aarch64/aarch64.exp ... >> Running /<>/binutils/testsuite/binutils-all/addr2line.exp ... >> FAIL: addr2line >> ./builddir-single/binutils/./binutils/testsuite/binutils-all/testprog.c:19 >> >> FAIL: addr2line -f option fn >> ./builddir-single/binutils/./binutils/testsuite/binutils-all/testprog.c:13 >> >> Version /<>/builddir-single/binutils/objdump 2.40.50.20230625 >> FAIL: objdump -S >> FAIL: objdump --source-comment >> Running /<>/ld/testsuite/ld-elf/shared.exp ... >> FAIL: Dump pr21978.so > > I am not seeing these failures.  Can you tell me how the builds > are configured ? ../configure --with-sysroot=/ \ --libdir=/usr/lib/x86_64-linux-gnu \ --disable-silent-rules --enable-obsolete --enable-shared --enable-plugins --enable-threads --enable-jansson --with-system-zlib --prefix=/usr --sysconfdir=/etc --enable-deterministic-archives --disable-compressed-debug-sections --enable-new-dtags --disable-x86-used-note --with-gold-ldflags=-static-libstdc++ --build=x86_64-linux-gnu --host=x86_64-linux-gnu --with-pkgversion="GNU Binutils for Debian" --disable-werror --enable-targets=x86_64-linux-gnux32,x86_64-pep --enable-ld=default --enable-gold --enable-pgo-build=lto --enable-gprofng > Maybe the problem is related to the compiler that is being used to > compile the test code ?  Perhaps the regexps in the tests need to > be adjusted to allow for discrepancies in compiler behaviour ? > (This is just a guess). this is GCC 12.3, configured with --enable-default-pie > Can you supply the binutils.log file for a failing test run so > that I can take a look ? attached, however it only points to the first fail in these two test cases. Matthias > > Cheers >   Nick > >