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/33542] gfortran does not detect ambigious specific names if they are the same as generic names



------- Comment #4 from pault at gcc dot gnu dot org  2007-10-02 11:45 -------
Subject: Bug 33542

Author: pault
Date: Tue Oct  2 11:45:11 2007
New Revision: 128954

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128954
Log:
2007-10-02  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/33542
        * interface.c (check_interface1): Specific procedures are
        always ambiguous if they have the same name.

2007-10-02  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/33542
        * gfortran.dg/ambiguous_specific_1.f90: New test.


Added:
    trunk/gcc/testsuite/gfortran.dg/ambiguous_specific_1.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/interface.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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