summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/ambiguous_specific_1.f90
Commit message (Collapse)AuthorAgeFilesLines
* Remove now redundant manual cleanup-modules directive.aldot2012-05-151-1/+0
| | | | | | | | | | | 2012-05-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org> * gfortran.dg/*.f90: Remove now redundant manual cleanup-modules directive. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187521 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-10-12 Paul Thomas <pault@gcc.gnu.org>pault2007-10-121-0/+38
| | | | | | | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129268 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-10-04 Paul Thomas <pault@gcc.gnu.org>pault2007-10-041-37/+0
| | | | | | | | | | | | | | PR fortran/33542 * interface.c (check_interface1): Revert patch of 2007-10-02. 2007-10-04 Paul Thomas <pault@gcc.gnu.org> PR fortran/33542 * gfortran.dg/ambiguous_specific_1.f90: Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129000 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-10-02 Paul Thomas <pault@gcc.gnu.org>pault2007-10-021-0/+37
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128954 138bc75d-0d04-0410-961f-82ee72b054a4