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]

fortran/4730: ICE on valid input using CALL EXIT(%VAL(...))



>Number:         4730
>Category:       fortran
>Synopsis:       ICE on valid input using CALL EXIT(%VAL(...))
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Mon Oct 29 07:16:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Jakub Jelinek, Red Hat
>Release:        several, at least 3.0.x
>Organization:
>Environment:
Various Linux - probably not important
>Description:
g77 ICEs on the following code:

      PROGRAM AAP
      IMPLICIT NONE
      INTEGER*8 ZERO
      PARAMETER (ZERO = 0)
      CALL EXIT(%VAL(ZERO))
      END
>How-To-Repeat:
g77 -c file.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]