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/31473] New: gfortran does not detect duplicate EXTERNAL or INTRINSIC declarations


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


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