On 06/01/2016 12:25 AM, FX wrote: >> 2016-05-30 Jerry DeLisle <jvdeli...@gcc.gnu.org> >> >> PR fortran/52393 >> * io.c (match_io): For READ, try to match a default character >> expression. If found, set the dt format expression to this, >> otherwise go back and try control list. > > OK. Maybe you could add some “negative” tests too? To be sure we still catch > malformed parenthesized formats? > > FX >
Thanks for review! yes I will add some tests. Jerry