Re: [PATCH] fortran: Implement list directed read of hex float formats.
Jerry D <[email protected]> Sat, 18 Jul 2026 13:01:40 -0700
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <[email protected]> |
ping On 7/16/26 12:45 PM, Jerry D wrote: > Hi all, > > The attached implements the last piece of the puzzle for EX formatting. In this > case reading list directed input where hex format is found. > > Regression tested on x86_64. > > OK for mainline? Maybe backport? > > Regards, > > Jerry > --- > 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. > > ---