On Sun, Jun 29, 2025 at 11:07:31AM -0700, Steve Kargl wrote: > On Sun, Jun 29, 2025 at 10:35:39AM -0700, Steve Kargl wrote: > > > > === gfortran Summary === > > > > # of expected passes 73149 > > # of unexpected failures 522
It seems that something is mucking with library paths. Many of the unsigned testcases are failing, and the issue is that gfortran is trying to link in libgfortran.so.5 from GCC 14 instead of the freshly built libfotran. Setting LD_LIBRARY_PATH to .:/home/kargl/gcc/obj/x86_64-unknown-freebsd15.0/./li batomic/.libs:/home/kargl/gcc/obj/x86_64-unknown-freebsd15.0/./libquadmath/.libs :/home/kargl/gcc/obj/gcc/testsuite/gfortran/../..:.:/home/kargl/gcc/obj/x86_64-u nknown-freebsd15.0/./libatomic/.libs:/home/kargl/gcc/obj/x86_64-unknown-freebsd1 5.0/./libquadmath/.libs:/home/kargl/gcc/obj/gcc/testsuite/gfortran/../.. Execution timeout is: 300 spawn [open ...] ld-elf.so.1: /usr/local/lib/gcc14/libgfortran.so.5: version GFORTRAN_15 required by /home/kargl/gcc/obj/gcc/testsuite/gfortran/unsigned_10.exe not found FAIL: gfortran.dg/unsigned_10.f90 -O0 execution test Deleting fort.10 -- steve -- Steve