https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93727
--- Comment #48 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> --- (In reply to dave.anglin from comment #46) Right after the line add a write statements as shown here. ! Round-trip: write then read back. s = ' ' write(s,'(EX0.0)') -huge(1.0_4) write(*,'(EX0.0)') -huge(1.0_4) write(*,*) s Also when you replaced the stop did the rest of the test case finish without other stops?
