This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/52393] I/O: "READ format" statement with parenthesed default-char-expr


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52393

--- Comment #5 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Note that the following test compiles with gfortran from at least 4.8 up to
trunk (6.0)

PROGRAM ReadMeTwo
  IMPLICIT NONE
  CHARACTER(10) :: var
  READ '('//'A)', var  
  PRINT *, var
END PROGRAM ReadMeTwo

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]