This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [PATCH] PR fortran/77406
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Fri, 9 Sep 2016 11:25:11 -0700
- Subject: Re: [PATCH] PR fortran/77406
- Authentication-results: sourceware.org; auth=none
- References: <20160901001443.GA65237@troutmask.apl.washington.edu>
- Reply-to: kargl at uw dot edu
On Wed, Aug 31, 2016 at 05:14:43PM -0700, Steve Kargl wrote:
>
> 2016-09-03 Steven G. Kargl <kargl@gcc.gnu.org>
>
> PR fortran/77406
> * interface.c (gfc_compare_interfaces): Fix detection of ambiguous
> interface involving alternate return.
> (check_interface1): Improve error message and loci.
>
> 2016-09-03 Steven G. Kargl <kargl@gcc.gnu.org>
>
> PR fortran/77406
> * gfortran.dg/pr77406.f90: New test.
> * gfortran.dg/assumed_type_3.f90: Update error messages.
> * gfortran.dg/defined_operators_1.f90: Ditto.
> * gfortran.dg/generic_26.f90: Ditto.
> * gfortran.dg/generic_7.f90: Ditto.
> * gfortran.dg/gomp/udr5.f90: Ditto.
> * gfortran.dg/gomp/udr7.f90: Ditto.
> * gfortran.dg/interface_1.f90: Ditto.
> * gfortran.dg/interface_37.f90: Ditto.
> * gfortran.dg/interface_5.f90: Ditto.
> * gfortran.dg/interface_6.f90: Ditto.
> * gfortran.dg/interface_7.f90
> * gfortran.dg/no_arg_check_3.f90
> * gfortran.dg/operator_5.f90
> * gfortran.dg/proc_ptr_comp_20.f90: Ditto.
>
Ping. OK to commit.
--
Steve