This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/40443] Elemental procedure in genericl interface incorrectly selected in preference to specific procedure



------- Comment #11 from pault at gcc dot gnu dot org  2009-06-29 16:45 -------
Subject: Bug 40443

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


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40443


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]