https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78881
--- Comment #19 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- > --- Comment #18 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> --- > (In reply to r...@cebitec.uni-bielefeld.de from comment #17) >> >> ro@colima 27 > >> LD_LIBRARY_PATH=../../../sparc-sun-solaris2.12/sparcv9/libgfortran/.libs >> ./dtio_26.exe >> >> >> >> Program aborted. Backtrace: >> Abort > > I am sorry, I was not being clear. There are four similar lines that need to > replace abort with the print. We are invoking the Fortran ABORT procedure when > ever a test condition is not met. So I need to see what the condition is saved > in the iomsg variable and which line without aborting. Ah, I see. > So something like this in place of the lines starting at line 57: [...] Here's the output I get: 63 65 Rainer