https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93727
--- Comment #60 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jerry DeLisle <[email protected]>: https://gcc.gnu.org/g:73e6f2de0e606bf312377ac2dafec3bbf095241a commit r17-2529-g73e6f2de0e606bf312377ac2dafec3bbf095241a Author: Jerry DeLisle <[email protected]> Date: Wed Jul 15 20:29:38 2026 -0700 fortran: Implement list directed read of hex float formats. PR libfortran/93727 libgfortran/ChangeLog: * io/list_read.c (parse_real): Parse the possible hexadecimal float formatted and then allow the convert_real function to validate the result. gcc/testsuite/ChangeLog: * gfortran.dg/EXformat_5.F90: New test.
