public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/19596] New: eor generates false error message with advance='NO'
@ 2005-01-23 20:56 Thomas dot Koenig at online dot de
  2005-01-24  8:14 ` [Bug libfortran/19596] " Thomas dot Koenig at online dot de
  2005-01-24 20:37 ` Thomas dot Koenig at online dot de
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas dot Koenig at online dot de @ 2005-01-23 20:56 UTC (permalink / raw)
  To: gcc-bugs

This is an error in the same field as PR 19595.

$ cat eor2.f90
program main
  character*3 c
  open(12)
  write(12,'(A)') '123','456'
  rewind(12)
  read(12,'(A3)',advance='NO',eor=100) c
  call abort
100 continue
end program main
$ gfortran eor2.f90
$ ./a.out
At line 6 of file eor2.f90
Fortran runtime error: EOR specification requires an ADVANCE specification of NO
$ gfortran -v ; gfortran -dumpmachine
Using built-in specs.
Configured with: ../gcc/configure --prefix=/home/ig25 --enable-languages=c,f95
Thread model: posix
gcc version 4.0.0 20050123 (experimental)
i686-pc-linux-gnu
$

-- 
           Summary: eor generates false error message with advance='NO'
           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=19596


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

* [Bug libfortran/19596] eor generates false error message with advance='NO'
  2005-01-23 20:56 [Bug libfortran/19596] New: eor generates false error message with advance='NO' Thomas dot Koenig at online dot de
@ 2005-01-24  8:14 ` Thomas dot Koenig at online dot de
  2005-01-24 20:37 ` Thomas dot Koenig at online dot de
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas dot Koenig at online dot de @ 2005-01-24  8:14 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid


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


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

* [Bug libfortran/19596] eor generates false error message with advance='NO'
  2005-01-23 20:56 [Bug libfortran/19596] New: eor generates false error message with advance='NO' Thomas dot Koenig at online dot de
  2005-01-24  8:14 ` [Bug libfortran/19596] " Thomas dot Koenig at online dot de
@ 2005-01-24 20:37 ` Thomas dot Koenig at online dot de
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas dot Koenig at online dot de @ 2005-01-24 20:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From Thomas dot Koenig at online dot de  2005-01-24 20:37 -------
Two cases for the same error.

Thomas

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

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


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


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

end of thread, other threads:[~2005-01-24 20:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-23 20:56 [Bug libfortran/19596] New: eor generates false error message with advance='NO' Thomas dot Koenig at online dot de
2005-01-24  8:14 ` [Bug libfortran/19596] " Thomas dot Koenig at online dot de
2005-01-24 20:37 ` Thomas dot Koenig at online dot de

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