------- Comment #4 from pault at gcc dot gnu dot org 2009-03-07 15:59 ------- Subject: Bug 39295
Author: pault Date: Sat Mar 7 15:58:49 2009 New Revision: 144695 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144695 Log: 2009-03-07 Paul Thomas <pa...@gcc.gnu.org> PR fortran/39295 * interface.c (compare_type_rank_if): Return 1 if the symbols are the same and deal with external procedures where one is identified to be a function or subroutine by usage but the other is not. 2009-03-07 Paul Thomas <pa...@gcc.gnu.org> PR fortran/39295 * gfortran.dg/interface_25.f90: New test. * gfortran.dg/interface_26.f90: New test. Added: branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/interface_25.f90 branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/interface_26.f90 Modified: branches/gcc-4_3-branch/gcc/fortran/ChangeLog branches/gcc-4_3-branch/gcc/fortran/interface.c branches/gcc-4_3-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39295