This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

libf2c/957: List directed input with underfilled array read incorrectly



>Number:         957
>Category:       libf2c
>Synopsis:       List directed input with underfilled array read incorrectly
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Dec 01 13:36:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Christie Harper
>Release:        g77-2.95.x, current snapshots
>Organization:
>Environment:
i?86-linux, alpha-linux
>Description:
The following aborts, while it should end normally:

      LOGICAL TF(5)
      CHARACTER*60 LINE
      NAMELIST /LIST/ TF,TT,FF,XYZ
      DATA TF /5*.FALSE./
      DATA LINE /'&LIST,TF=.T.,.F.,.T.,FF=33.,TT=23.,XYZ=-1234.55,/'/
      OPEN(1,STATUS='SCRATCH')
      WRITE(1,*) LINE
      REWIND(1)
      READ(1,LIST)
      CLOSE(1)
      IF (TF(5)) CALL ABORT
      END
>How-To-Repeat:
g77 g77.f-torture/execute/20001201.f
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]