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 libfortran/24892] New: ACCESS argument to the OPEN statement


$ cat u.f
      OPEN(10,ACCESS='APPEND')
      END
$ g77 u.f && ./a.out
$ gfortran u.f && ./a.out
At line 1 of file u.f
Fortran runtime error: Bad ACCESS parameter in OPEN statement

I don't think it is in the standard, but I don't have the standard at hand).


-- 
           Summary: ACCESS argument to the OPEN statement
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fxcoudert at gcc dot gnu dot org
OtherBugsDependingO 19292
             nThis:


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


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