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

* [Bug fortran/20235] Gfortran internal read error
  2005-02-27 22:29 [Bug fortran/20235] New: Gfortran internal read error blime at cox dot net
@ 2005-02-28  1:09 ` 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
  2 siblings, 0 replies; 4+ messages in thread
From: blime at cox dot net @ 2005-02-28  1:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From blime at cox dot net  2005-02-27 17:26 -------
added input data to bug 20236 omitted in 20235 bug report

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |20236


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


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

* [Bug fortran/20235] Gfortran internal read error
  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
  2 siblings, 0 replies; 4+ messages in thread
From: tobi at gcc dot gnu dot org @ 2005-02-28  2:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2005-02-27 18:34 -------
I didn't see any difference between this ans PR20236 except the missing input data.

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

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


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


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

* [Bug fortran/20235] Gfortran internal read error
  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
  2 siblings, 0 replies; 4+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-06-01  9:45 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 20235 depends on bug 20236, which changed state.

Bug 20236 Summary: runtime error reading float
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20236

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE

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