https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65045

            Bug ID: 65045
           Summary: ICE
           Product: gcc
           Version: 4.9.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: walt.brainerd at gmail dot com

Created attachment 34744
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34744&action=edit
Tried to use i as variable and construct name

gfortran exit_if.f90
exit_if.f90:3.6:

 if (i>7.7) then
      1
Error: Symbol at (1) is not appropriate for an expression
exit_if.f90:5.7:

   else
       1
Error: Unexpected ELSE statement at (1)
exit_if.f90:6.6:

     i = 2.2
      1
Error: 'i' at (1) is not a variable
exit_if.f90:7.6:

   end if
      1
Error: Expecting END BLOCK statement at (1)
f951.exe: internal compiler error: Segmentation fault

Reply via email to