re PR fortran/40443 (Elemental procedure in genericl interface incorrectly selected...
authorPaul Thomas <pault@gcc.gnu.org>
Mon, 22 Jun 2009 04:41:10 +0000 (04:41 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Mon, 22 Jun 2009 04:41:10 +0000 (04:41 +0000)
commit22a0a78022d0bd05385d18ab222cd6c1c8dc29b1
tree7ff210851d617b7d8ed2f460bd8845f78a174649
parent0e6640d89daa5b3e1515d84823af83f9ecb40209
re PR fortran/40443 (Elemental procedure in genericl interface incorrectly selected in preference to specific procedure)

2009-06-22  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-22  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/40443
* gfortran.dg/generic_18.f90: New test.

From-SVN: r148776
gcc/fortran/interface.c
gcc/testsuite/gfortran.dg/generic_18.f90 [new file with mode: 0644]