[PATCH] Fix PR fortran/18157 pointer to user-defined type and

Andrew Pinski pinskia@physics.uc.edu
Tue Oct 25 18:16:00 GMT 2005


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

I filed PR 24524 for that.

> 
> 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.
Woops, stupid me typing without spell checking my email (since
I am not using my Mac as it is broken I don't get feedback right away for
a wrongly spelled word).

 
> > 	* 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).

Will look into that.
 
> Otherwise this is ok.

Thanks,
Andrew



More information about the Gcc-patches mailing list