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/60751] Extra comma in WRITE statement not diagnosed


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60751

--- Comment #6 from Walter Spector <w6ws at earthlink dot net> ---
Adding that both READ and WRITE have this issue.  Interestingly, the iolength
version of INQUIRE does not:

  inquire (iolength=i), i
                      1
Error: Expected expression in INQUIRE statement at (1)


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