Hi Mikhail,
That's ever so slightly embarrassing :-) My notes for that commit
don't provide any enlightenment.
Thanks
Paul
On Sun, Jul 16, 2023 at 10:30:59PM +0200, Harald Anlauf via Fortran wrote:
> Dear all,
>
> some intrinsics may return character results with the same
> characteristics as their first argument (e.g. PACK, MINVAL, ...).
> If the first argument is of deferred-length, we need to derive
> the character
Dear all,
some intrinsics may return character results with the same
characteristics as their first argument (e.g. PACK, MINVAL, ...).
If the first argument is of deferred-length, we need to derive
the character length of the result from the first argument, like
in the assumed-length case, but we
Le 15/07/2023 à 12:08, Mikael Morin a écrit :
Le 15/07/2023 à 08:11, Paul Richard Thomas via Fortran a écrit :
That said, this is a big improvement to the finalization of variable
expressions. I can also confirm that the composite patch applies
cleanly and regtests without problems. Please eithe