This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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/gfortran] PR16939, 17192,17193,17202,18689,18890 - forfin al correction.


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


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