[Bug libfortran/93727] Fortran 2018: EX edit descriptor

jvdelisle at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jun 16 22:56:22 GMT 2026


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?


More information about the Gcc-bugs mailing list