public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/20235] New: Gfortran internal read error
@ 2005-02-27 22:29 blime at cox dot net
  2005-02-28  1:09 ` [Bug fortran/20235] " blime at cox dot net
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: blime at cox dot net @ 2005-02-27 22:29 UTC (permalink / raw)
  To: gcc-bugs

/sodsim/local/gcc-4.0-20050220#>gcc -v
Using built-in specs.
Target: sparc-sun-solaris2.8
Configured with: ../configure --enable-languages=c,f95
Thread model: posix
gcc version 4.0.0 20050220 (experimental)
Build with no problems.
This little test program was created as a result of a runtime error on
a large program used to test gfortran. G77 does not have this problem.   
************************************************************************
      program ntst

      character*16 bufld
      character*142 line
      
      open (10,file='bumsls',status='old')
     
 32   read (10,'(a)',end=33) line
      if (line(1:1) .eq. '.') goto 32

      write(*,*) 'write values on the line ',line
      write(*,*)

      read (line,79) bufld,budelt
 79   format (t43,a16,t61,f8.0)

      write(*,*) 'write 2 values from the line ',bufld,budelt
      write(*,*)
      
 33   continue
       
      end
************************************************************************
At line 14 of file ntst.f
Fortran runtime error: Bad value during floating point read

-- 
           Summary: Gfortran internal read error
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: blime at cox dot net
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2005-06-01  9:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-27 22:29 [Bug fortran/20235] New: Gfortran internal read error blime at cox dot net
2005-02-28  1:09 ` [Bug fortran/20235] " blime at cox dot net
2005-02-28  2:33 ` tobi at gcc dot gnu dot org
2005-06-01  9:45 ` fxcoudert 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).