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] Fix PR fortran/18157 pointer to user-defined type andassignment


Andrew Pinski wrote:
> OK? Bootstrapped and tested on x86_64-pc-linux-gnu with no regressions.
> 
> Also note I created three different testcases.  The first two really should
> not need an temporary array but current uses one (someone else needs to look
> into that).  The last one is the only one which really needs one.

Well, strictly speaking the third testcase doesn't need a temporary either, as
the loop can be reversed.

I have two comments:

> ChangeLog:
> 	* trans-array.c (gfc_conv_resolve_dependencies): Use the correct
> 	type of the temparory array.
                    ^^^^^^^^^
s/temparory/temporary/ here and everywhere else.

> 	* trans-expr.c (gfc_trans_assignment): Pass lss instead of lss_section
> 	to gfc_conv_resolve_dependencies to get the correct type.

You need the same change in gfc_trans_where_assign as well (+ a corresponding
testcase).

Otherwise this is ok.

Thanks,
- Tobi


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