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

            Bug ID: 77385
           Summary: "Unclassifiable statement" from gfortran
           Product: gcc
           Version: 6.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: andrew at fluidgravity dot co.uk
  Target Milestone: ---

Created attachment 39500
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39500&action=edit
Fortran code that won't compile with gfortran

I get the above error when I attempt to compile the attached code. The Intel
and PGI Fortran compilers both compile the code without error.

> gfortran -c code.f90
code.f90:31:15:

                l(1) = k(1)%e()
               1
Error: Unclassifiable statement at (1)

Reply via email to