public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/16288] New: Failure of test direct_io.f90 on irix6.5
@ 2004-06-30  1:58 billingd at gcc dot gnu dot org
  2004-06-30  2:36 ` [Bug libfortran/16288] Failure of test direct_io.f90 on irix6.5 with -64 billingd at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: billingd at gcc dot gnu dot org @ 2004-06-30  1:58 UTC (permalink / raw)
  To: gcc-bugs

Test execute/direct_io.f90 execute fails on irix6.5.
This looks like a test harness problem.  Will investigate.

The test runs and the only output is "STOP 0"
Adding a print statement into the read loop, it looks like the
test is running OK.

-- 
           Summary: Failure of test direct_io.f90 on irix6.5
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: billingd at gcc dot gnu dot org
                CC: billingd at gcc dot gnu dot org,gcc-bugs at gcc dot gnu
                    dot org
 GCC build triplet: mips-sgi-irix6.5
  GCC host triplet: mips-sgi-irix6.5
GCC target triplet: mips-sgi-irix6.5


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libfortran/16288] Failure of test direct_io.f90 on irix6.5 with -64
  2004-06-30  1:58 [Bug libfortran/16288] New: Failure of test direct_io.f90 on irix6.5 billingd at gcc dot gnu dot org
@ 2004-06-30  2:36 ` billingd at gcc dot gnu dot org
  2004-08-23 13:47 ` tobi at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: billingd at gcc dot gnu dot org @ 2004-06-30  2:36 UTC (permalink / raw)
  To: gcc-bugs


------- 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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libfortran/16288] Failure of test direct_io.f90 on irix6.5 with -64
  2004-06-30  1:58 [Bug libfortran/16288] New: Failure of test direct_io.f90 on irix6.5 billingd at gcc dot gnu dot org
  2004-06-30  2:36 ` [Bug libfortran/16288] Failure of test direct_io.f90 on irix6.5 with -64 billingd at gcc dot gnu dot org
@ 2004-08-23 13:47 ` tobi at gcc dot gnu dot org
  2004-08-23 23:08 ` david dot billinghurst at comalco dot riotinto dot com dot au
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-08-23 13:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-08-23 13:47 -------
This looks like a typical issue of library and compiler not being in sync, i.e.
either part having been updated without updating the other. Can you try updating
your whole tree, and then rebuilding again from scratch? It might be a real bug
of course, maybe some 32<->64 bit confusion.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tobi at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libfortran/16288] Failure of test direct_io.f90 on irix6.5 with -64
  2004-06-30  1:58 [Bug libfortran/16288] New: Failure of test direct_io.f90 on irix6.5 billingd at gcc dot gnu dot org
  2004-06-30  2:36 ` [Bug libfortran/16288] Failure of test direct_io.f90 on irix6.5 with -64 billingd at gcc dot gnu dot org
  2004-08-23 13:47 ` tobi at gcc dot gnu dot org
@ 2004-08-23 23:08 ` david dot billinghurst at comalco dot riotinto dot com dot au
  2004-11-24  0:52 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: david dot billinghurst at comalco dot riotinto dot com dot au @ 2004-08-23 23:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From david dot billinghurst at comalco dot riotinto dot com dot au  2004-08-23 23:08 -------
Subject: RE:  Failure of test direct_io.f90 on irix6.5 with -64

tobi at gcc dot gnu dot org wrote:
> ------- Additional Comments From tobi at gcc dot gnu dot org 
> 2004-08-23 13:47 ------- This looks like a typical issue of library
> and compiler not being in sync, i.e. either part having been updated
> without updating the other. Can you try updating 
> your whole tree, and then rebuilding again from scratch? It might be
> a real bug 
> of course, maybe some 32<->64 bit confusion.

This is with a clean tree.

__________________________________________________________________

NOTICE
 
This e-mail and any attachments are private and confidential and 
may contain privileged information
 
If you are not an authorised recipient, the copying or distribution 
of this e-mail and any attachments is prohibited and you must not 
read, print or act in reliance on this e-mail or attachments
 
This notice should not be removed
__________________________________________________________________


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libfortran/16288] Failure of test direct_io.f90 on irix6.5 with -64
  2004-06-30  1:58 [Bug libfortran/16288] New: Failure of test direct_io.f90 on irix6.5 billingd at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-08-23 23:08 ` david dot billinghurst at comalco dot riotinto dot com dot au
@ 2004-11-24  0:52 ` pinskia at gcc dot gnu dot org
  2004-11-24  0:58 ` david dot billinghurst at comalco dot riotinto dot com dot au
  2005-01-05 19:39 ` tobi at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-24  0:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-24 00:52 -------
Is this still true?

-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libfortran/16288] Failure of test direct_io.f90 on irix6.5 with -64
  2004-06-30  1:58 [Bug libfortran/16288] New: Failure of test direct_io.f90 on irix6.5 billingd at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-11-24  0:52 ` pinskia at gcc dot gnu dot org
@ 2004-11-24  0:58 ` david dot billinghurst at comalco dot riotinto dot com dot au
  2005-01-05 19:39 ` tobi at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: david dot billinghurst at comalco dot riotinto dot com dot au @ 2004-11-24  0:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From david dot billinghurst at comalco dot riotinto dot com dot au  2004-11-24 00:58 -------
Subject: RE:  Failure of test direct_io.f90 on irix6.5 with -64

Still present Tue Nov 23 09:07:14 GMT 2004

http://gcc.gnu.org/ml/gcc-testresults/2004-11/msg01020.html


NOTICE
This e-mail and any attachments are private and confidential and may contain privileged information. If you are not an authorised recipient, the copying or distribution of this e-mail and any attachments is prohibited and you must not read, print or act in reliance on this e-mail or attachments.
This notice should not be removed.


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libfortran/16288] Failure of test direct_io.f90 on irix6.5 with -64
  2004-06-30  1:58 [Bug libfortran/16288] New: Failure of test direct_io.f90 on irix6.5 billingd at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-11-24  0:58 ` david dot billinghurst at comalco dot riotinto dot com dot au
@ 2005-01-05 19:39 ` tobi at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: tobi at gcc dot gnu dot org @ 2005-01-05 19:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2005-01-05 19:39 -------


*** This bug has been marked as a duplicate of 19194 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-01-05 19:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-30  1:58 [Bug libfortran/16288] New: Failure of test direct_io.f90 on irix6.5 billingd at gcc dot gnu dot org
2004-06-30  2:36 ` [Bug libfortran/16288] Failure of test direct_io.f90 on irix6.5 with -64 billingd at gcc dot gnu dot org
2004-08-23 13:47 ` tobi at gcc dot gnu dot org
2004-08-23 23:08 ` david dot billinghurst at comalco dot riotinto dot com dot au
2004-11-24  0:52 ` pinskia at gcc dot gnu dot org
2004-11-24  0:58 ` david dot billinghurst at comalco dot riotinto dot com dot au
2005-01-05 19:39 ` tobi at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).