gfortran does not detect duplicate EXTERNAL or INTRINSIC declarations:

SUBROUTINE test217
EXTERNAL test217a
EXTERNAL test217a
END

SUBROUTINE test218
INTRINSIC abs
INTRINSIC abs
END


-- 
           Summary: gfortran does not detect duplicate EXTERNAL or INTRINSIC
                    declarations
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: michael dot a dot richmond at nasa dot gov


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

Reply via email to