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/16288] Failure of test direct_io.f90 on irix6.5 with -64


------- Additional Comments From billingd at gcc dot gnu dot org  2004-06-30 01:58 -------
Actually this only fails with -mabi=64.  Passes with default -mabi=n32
but I didn't notice that minor detail/

The failure is:
At line 3 of file direct_io.f90
Fortran runtime error: Missing RECL parameter in OPEN statement

The offending line is:
       OPEN(UNIT=10,ACCESS='DIRECT',RECL=128)

This looks like a real bug so I will unassign self.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
            Summary|Failure of test             |Failure of test
                   |direct_io.f90 on irix6.5    |direct_io.f90 on irix6.5
                   |                            |with -64


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


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