public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/19678] New: DOS files don't work for list directed input
@ 2005-01-28 22:54 Thomas dot Koenig at online dot de
  2005-02-02 12:41 ` [Bug libfortran/19678] " paulthomas2 at wanadoo dot fr
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Thomas dot Koenig at online dot de @ 2005-01-28 22:54 UTC (permalink / raw)
  To: gcc-bugs

This time, the right bug report...

CR-LF (the DOS convenction for text files) as record separators
don't work for list-directed input.

$ cat dosfile.f
      program main
      write (10,'(2A)') '1',achar(13)
      rewind(10)
      read(10,*) n
      print *,n
      end
$ gfortran dosfile.f
$ ./a.out
At line 4 of file dosfile.f
Fortran runtime error: Bad integer for item 1 in list input
$ g77 dosfile.f
$ ./a.out
 1
$ od -c fort.10
0000000   1  \r  \n
0000003
$ gfortran -v
Using built-in specs.
Configured with: ../gcc/configure --prefix=/home/ig25 --enable-languages=c,f95
Thread model: posix
gcc version 4.0.0 20050127 (experimental)

-- 
           Summary: DOS files don't work for list directed input
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Thomas dot Koenig at online dot de
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2005-03-25 13:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-28 22:54 [Bug libfortran/19678] New: DOS files don't work for list directed input Thomas dot Koenig at online dot de
2005-02-02 12:41 ` [Bug libfortran/19678] " paulthomas2 at wanadoo dot fr
2005-02-07 20:27 ` Thomas dot Koenig at online dot de
2005-02-24 16:21 ` coudert at clipper dot ens dot fr
2005-02-24 17:49 ` pinskia at gcc dot gnu dot org
2005-03-17 12:15 ` fxcoudert at gcc dot gnu dot org
2005-03-25 13:35 ` cvs-commit at gcc dot gnu dot org
2005-03-25 13:37 ` fxcoudert at gcc dot gnu dot org
2005-03-25 13:38 ` fxcoudert at gcc dot gnu dot org
2005-03-25 13:41 ` cvs-commit 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).