public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/47154] New: [4.6 Regression] END= does not work in namelist read
@ 2011-01-02 21:49 tkoenig at gcc dot gnu.org
  2011-01-02 21:49 ` [Bug libfortran/47154] " tkoenig at gcc dot gnu.org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: tkoenig at gcc dot gnu.org @ 2011-01-02 21:49 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.6 Regression] END= does not work in namelist read
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Keywords: wrong-code
          Severity: normal
          Priority: P3
         Component: libfortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: tkoenig@gcc.gnu.org


Original test case by Lawrence Doctors, from


http://gcc.gnu.org/ml/fortran/2011-01/msg00000.html

Reduced test case:

ig25@linux-fd1f:~/Krempel/Lawr/TST> cat tst.f
      program foo
      real :: a
      namelist /b/a
      open(10,status="scratch")
      read (10,nml=b,end=100)
 100  continue
      end
ig25@linux-fd1f:~/Krempel/Lawr/TST> gfortran tst.f
ig25@linux-fd1f:~/Krempel/Lawr/TST> ./a.out
At line 5 of file tst.f (unit = 10, file = '/tmp/gfortrantmpeSWNTR')
Fortran runtime error: `8,�

Works with 4.4.


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

end of thread, other threads:[~2011-01-05  4:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-02 21:49 [Bug libfortran/47154] New: [4.6 Regression] END= does not work in namelist read tkoenig at gcc dot gnu.org
2011-01-02 21:49 ` [Bug libfortran/47154] " tkoenig at gcc dot gnu.org
2011-01-03  7:35 ` tkoenig at gcc dot gnu.org
2011-01-03 10:35 ` jakub at gcc dot gnu.org
2011-01-03 14:40 ` jvdelisle at gcc dot gnu.org
2011-01-04  5:17 ` jvdelisle at gcc dot gnu.org
2011-01-04 14:25 ` jvdelisle at gcc dot gnu.org
2011-01-04 14:53 ` jb at gcc dot gnu.org
2011-01-04 18:24 ` jvdelisle at gcc dot gnu.org
2011-01-05  3:53 ` jvdelisle at gcc dot gnu.org
2011-01-05  4:19 ` jvdelisle at gcc dot gnu.org
2011-01-05  4:24 ` jvdelisle at gcc dot gnu.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).