https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100952
--- Comment #8 from seurer at gcc dot gnu.org --- I just tried with current trunk: g:e0672017370b9a9362fda52ecffe33d1c9c41829, r12-1813 make -k check-gcc-fortran RUNTESTFLAGS="dg.exp=gfortran.dg/parity_1.f90" FAIL: gfortran.dg/parity_1.f90 -O0 execution test # of expected passes 11 # of unexpected failures 1 My configure is pretty simple: /home/seurer/gcc/git/gcc-test/configure --prefix=/home/seurer/gcc/git/install/gcc-test --enable-languages=c,fortran,c++ --with-cpu=power10 --disable-bootstrap --with-as=/home/seurer/binutils/install/bin/as --with-ld=/home/seurer/binutils/install/bin/ld --with-ar=/home/seurer/binutils/install/bin/ar The --with-XX things are to pick up the 2.36.1 version of binutils which is also on my path.