public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/40714]  New: Fortran runtime error: Invalid argument
@ 2009-07-10 20:48 michael dot a dot richmond at nasa dot gov
  2009-07-10 21:17 ` [Bug fortran/40714] " dominiq at lps dot ens dot fr
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: michael dot a dot richmond at nasa dot gov @ 2009-07-10 20:48 UTC (permalink / raw)
  To: gcc-bugs

This bug occurs on Sparc Linux and HP-PA Linux, but not i686 or x86_64. I
believe it is generic to big endian processors.

When I compile and run the program listed below I get the message:

At line 5 of file z.f90 (unit = 32, file = 'fort.32')
Fortran runtime error: Invalid argument

PROGRAM test
OPEN(UNIT=32,FILE="fort.32",STATUS="NEW",ACCESS="SEQUENTIAL",FORM="UNFORMATTED")
READ(32,END=100)
100 CONTINUE
WRITE (32)
END PROGRAM test


-- 
           Summary: Fortran runtime error: Invalid argument
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: michael dot a dot richmond at nasa dot gov
 GCC build triplet: sparc-unknown-linux-gnu
  GCC host triplet: sparc-unknown-linux-gnu
GCC target triplet: sparc-unknown-linux-gnu


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


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

end of thread, other threads:[~2009-07-19 23:44 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-10 20:48 [Bug fortran/40714] New: Fortran runtime error: Invalid argument michael dot a dot richmond at nasa dot gov
2009-07-10 21:17 ` [Bug fortran/40714] " dominiq at lps dot ens dot fr
2009-07-11  2:13 ` jvdelisle at gcc dot gnu dot org
2009-07-11 15:15 ` [Bug fortran/40714] [4.4, 4.5 Regression] " jvdelisle at gcc dot gnu dot org
2009-07-11 17:16 ` jvdelisle at gcc dot gnu dot org
2009-07-15  7:31 ` steven at gcc dot gnu dot org
2009-07-15  7:39 ` burnus at gcc dot gnu dot org
2009-07-15 17:20 ` jb at gcc dot gnu dot org
2009-07-15 21:42 ` jb at gcc dot gnu dot org
2009-07-16  1:31 ` jvdelisle at gcc dot gnu dot org
2009-07-16  3:23 ` jvdelisle at gcc dot gnu dot org
2009-07-17 19:40 ` [Bug fortran/40714] [4.4/4.5 " jb at gcc dot gnu dot org
2009-07-19 23:10 ` jvdelisle at gcc dot gnu dot org
2009-07-19 23:23 ` jvdelisle at gcc dot gnu dot org
2009-07-19 23:26 ` jvdelisle at gcc dot gnu dot org
2009-07-19 23:44 ` jvdelisle 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).