https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86684
--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> --- (In reply to Segher Boessenkool from comment #3) > I did try that. > > Can you please give your config? Some repro instructions, maybe on a given > cfarm machine? I used gcc14 machine. Download latest tarbal and: $ ../configure --enable-languages=c,c++,fortran --disable-multilib --prefix=/home/marxin/bin/gcc2 --disable-bootstrap --disable-libsanitizer --target=ppc64le-linux-gnu $ make -j8 all-host -k CFLAGS="-O0 -g" CXXFLAGS="-O0 -g" $ ./xgcc -B. /home/marxin//gcc/gcc-master/gcc/testsuite/gfortran.dg/bounds_check_19.f90 Should be visible. Thanks.