This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r149056 - in /branches/gcc-4_4-branch/gcc: fort...
- From: pault at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 29 Jun 2009 16:44:49 -0000
- Subject: r149056 - in /branches/gcc-4_4-branch/gcc: fort...
Author: pault
Date: Mon Jun 29 16:44:49 2009
New Revision: 149056
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149056
Log:
2009-06-29 Paul Thomas <pault@gcc.gnu.org>
PR fortran/40443
* interface.c (gfc_search_interface): Hold back a match to an
elementary procedure until all other possibilities are
exhausted.
2009-06-29 Paul Thomas <pault@gcc.gnu.org>
PR fortran/40443
* gfortran.dg/generic_18.f90: New test.
Added:
branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/generic_18.f90
Modified:
branches/gcc-4_4-branch/gcc/fortran/ChangeLog
branches/gcc-4_4-branch/gcc/fortran/interface.c
branches/gcc-4_4-branch/gcc/testsuite/ChangeLog