[Bug fortran/31473] New: gfortran does not detect duplicate EXTERNAL or INTRINSIC declarations
michael dot a dot richmond at nasa dot gov
gcc-bugzilla@gcc.gnu.org
Wed Apr 4 17:38:00 GMT 2007
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
More information about the Gcc-bugs
mailing list