This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch, fortran] PR26038 , PR25059 and PR25070 - miscellaneous fixes.
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: Paul Thomas <paulthomas2 at wanadoo dot fr>
- Cc: "'fortran at gcc dot gnu dot org'" <fortran at gcc dot gnu dot org>, patch <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 5 Feb 2006 14:18:24 -0800
- Subject: Re: [Patch, fortran] PR26038 , PR25059 and PR25070 - miscellaneous fixes.
- References: <43DF9E49.9050407@wanadoo.fr>
On Tue, Jan 31, 2006 at 06:28:41PM +0100, Paul Thomas wrote:
>
> 2006-01-31 Paul Thomas <pault@gcc.gnu.org>
>
> PR fortran/26038
> * trans-stmt.c (gfc_trans_allocate): Provide assumed character length
> scalar with missing backend_decl for the hidden dummy charlen.
>
> PR fortran/26038
> * gfortran.dg/allocate_char_star_scalar_1.f90: New test.
>
> PR fortran/25059
> * interface.c (gfc_extend_assign): Remove detection of non-PURE
> subroutine in assignment interface, with gfc_error, and put it in
> * resolve.c (resolve_code).
>
> PR fortran/25059
> * gfortran.dg/impure_assignment_1.f90: New test.
>
> PR fortran/25070
> * interface.c (gfc_procedure_use): Flag rank checking for non-
> elemental, contained or interface procedures in call to
> (compare_actual_formal), where ranks are checked for assumed
> shape arrays..
>
> PR fortran/25070
> * gfortran.dg/assumed_shape_ranks_1.f90: New test.
>
> Regtested together on FC3/Athlon.
>
> OK for trunk and 4.1?
>
OK.
--
Steve