public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/26595]  New: gfortran - jump to error label not working correctly after reading EOF
@ 2006-03-07 14:27 dir at lanl dot gov
  2006-03-07 15:52 ` [Bug libfortran/26595] " pinskia at gcc dot gnu dot org
  2006-03-08  1:16 ` jvdelisle at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: dir at lanl dot gov @ 2006-03-07 14:27 UTC (permalink / raw)
  To: gcc-bugs

The second read should jump to the label with out comment.

[dranta:~/tests/gfortran-D] dir% gfortran -o write29 write29.f
[dranta:~/tests/gfortran-D] dir% write29
At line 7 of file write29.f
Fortran runtime error: End of file
[dranta:~/tests/gfortran-D] dir% cat write29.f
      program test
      dimension idata(1011)
      open(unit=11,form='unformatted')
       read(11,end=        1000 )idata
       call abort()
 1000  continue
       read(11,err=        1001 )idata
       call abort()
 1001  continue
      close(11,status='delete')  
      stop
      end


-- 
           Summary: gfortran - jump to error label not working correctly
                    after reading EOF
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dir at lanl dot gov


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


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

* [Bug libfortran/26595] gfortran - jump to error label not working correctly after reading EOF
  2006-03-07 14:27 [Bug libfortran/26595] New: gfortran - jump to error label not working correctly after reading EOF dir at lanl dot gov
@ 2006-03-07 15:52 ` pinskia at gcc dot gnu dot org
  2006-03-08  1:16 ` jvdelisle at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-07 15:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-03-07 15:52 -------
Hmm, I almost want to say this is a dup of bug 26509.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |26509


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


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

* [Bug libfortran/26595] gfortran - jump to error label not working correctly after reading EOF
  2006-03-07 14:27 [Bug libfortran/26595] New: gfortran - jump to error label not working correctly after reading EOF dir at lanl dot gov
  2006-03-07 15:52 ` [Bug libfortran/26595] " pinskia at gcc dot gnu dot org
@ 2006-03-08  1:16 ` jvdelisle at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2006-03-08  1:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jvdelisle at gcc dot gnu dot org  2006-03-08 01:16 -------
Yes it is.  See my comments there.  I am working this issue.

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


-- 

jvdelisle at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2006-03-08  1:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-07 14:27 [Bug libfortran/26595] New: gfortran - jump to error label not working correctly after reading EOF dir at lanl dot gov
2006-03-07 15:52 ` [Bug libfortran/26595] " pinskia at gcc dot gnu dot org
2006-03-08  1:16 ` 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).