]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/33542 (gfortran does not detect ambigious specific names if they are...
authorPaul Thomas <pault@gcc.gnu.org>
Fri, 12 Oct 2007 16:51:53 +0000 (16:51 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Fri, 12 Oct 2007 16:51:53 +0000 (16:51 +0000)
commit27372c38aa5b12ad197b47331e5bd663702490b3
tree25476956d469782d5622fe99dc6a5d5b6c0a73b6
parent98a36c7ca05d1acbd0a06c43bb0e0b0c4596ed5e
re PR fortran/33542 (gfortran does not detect ambigious specific names if they are the same as generic names)

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

PR fortran/33542
* resolve.c (resolve_actual_arglist): If the actual argument is
ambiguous, then there is an error.

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

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

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