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] PR60717 - Wrong code with recursive procedure with unlimited polymorphic dummy argument


On Wed, Apr 02, 2014 at 10:29:23PM +0200, Paul Richard Thomas wrote:
>  2014-04-12  Paul Thomas  <pault@gcc.gnu.org>
> 
>     PR fortran/58771
>     * trans.h : Add 'use_offset' bitfield to gfc_se.
>     * trans-array.c (gfc_conv_expr_descriptor) : Use 'use_offset'
>     as a trigger to unconditionally recalculate the offset.
>     trans-expr.c (gfc_conv_intrinsic_to_class) : Use it.
>     (gfc_conv_procedure_call) : Ditto.
> 
> 2014-04-02  Paul Thomas  <pault@gcc.gnu.org>
> 
>     PR fortran/58771
>     * gfortran.dg/unlimited_polymorphic_17.f90 : New test

No spaces before : (everywhere), missing dot after New test.

	Jakub


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