http://www.j3-fortran.org/doc/year/09/09-155.txt NUMBER: F03/0071 DEFECT TYPE: Erratum STATUS: Passed by J3 meeting
(Note: no final J3/WG5 voting yet) The following program is accepted by gfortran, but the conclusion of the J3 meeting was "The program fragment is not conforming." ------------------- interface q subroutine qr(f) implicit real(f) external f end subroutine subroutine qc(f) implicit complex(f) external f end subroutine end interface q ------------------- -- Summary: Subroutine/function ambiguity in generics Product: gcc Version: 4.4.0 Status: UNCONFIRMED Keywords: accepts-invalid Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: burnus at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39290