This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, fortran] PR26038 , PR25059 and PR25070 - miscellaneous fixes.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]