[Patch/gfortran] PR16939, 17192,17193,17202,18689,18890 - for fin al correction.
Tobias Schlüter
tobias.schlueter@physik.uni-muenchen.de
Tue May 31 17:48:00 GMT 2005
THOMAS Paul Richard 169137 wrote:
> --- 1119,1127 ----
> /* Access the previously obtained result. */
> gfc_conv_tmp_array_ref (se);
> gfc_advance_se_ss_chain (se);
> +
> + /* Bundle in the string length. */
> + se->string_length=len;
^^ spaces still missing.
> return;
> }
> }
You have also not used build_int_cst where I suggested it, but I found another
places where it's not used, so I'll have to go over the files anyway. There's
also still a single pair of parentheses around a singleton left :-)
This patch with the requested cleanups, the testcases and the trivial
followups are ok for the mainline and 4.0.
- Thanks
More information about the Fortran
mailing list