re PR fortran/33542 (gfortran does not detect ambigious specific names if they are...
authorPaul Thomas <pault@gcc.gnu.org>
Tue, 2 Oct 2007 11:45:11 +0000 (11:45 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Tue, 2 Oct 2007 11:45:11 +0000 (11:45 +0000)
commitdcd3d96354f9b1528a64b77050070aaa1f7a6d87
treed64fdf0842a3f55f972403ea1e1bec75d30768f1
parentf502740976e81bd3971ebc1e345af93540755b85
re PR fortran/33542 (gfortran does not detect ambigious specific names if they are the same as generic names)

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.

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