Code:
      SUBROUTINE BUG(WORK)
      DOUBLE PRECISION WORK(MAX(2,3))
      INTRINSIC        MAX
      END


Compile:
>gfortran  -fimplicit-none -c foo.f
foo.f:4.72:

      END
                                                                        1
Error: Symbol 'a1' at (1) has no IMPLICIT type
foo.f:4.72:

      END
                                                                        1
Error: Symbol 'a2' at (1) has no IMPLICIT type

________________________________________________________________

nonsensical error when there shouldn't be one?

Regards
Themos Tsikas


-- 
           Summary: -fimplicit-none strange behaviour
           Product: gcc
           Version: 4.5.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: themos dot tsikas at gmail dot com
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45748

Reply via email to