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]
Other format: [Raw text]

[Bug fortran/77385] New: "Unclassifiable statement" from gfortran


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)

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