[gfortran,patch] Fix multiple evaluation of arg for REPEAT intrinsic
FX Coudert
fxcoudert@gmail.com
Sun Feb 4 21:34:00 GMT 2007
> OK with some minor fixes.
>
>
> + arglist = gfc_chainon_list (arglist, TREE_VALUE(args));
> + arglist = gfc_chainon_list (arglist, TREE_VALUE(TREE_CHAIN(args)));
>
> You're missing whitespace. These should be
>
> + arglist = gfc_chainon_list (arglist, TREE_VALUE (args));
> + arglist = gfc_chainon_list (arglist, TREE_VALUE (TREE_CHAIN
> (args)));
Thanks for the review. Commited on mainline as rev. 121581.
FX
PS: :REVIEWMAIL:
More information about the Fortran
mailing list