Re: [PATCH 00/14] fortran: Use precalculated class container for deallocation [PR110618]

2023-07-16 Thread Mikael Morin
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

[PATCH] Fortran: intrinsics and deferred-length character arguments [PR95947,PR110658]

2023-07-16 Thread Harald Anlauf via Fortran
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

Re: [PATCH] Fortran: intrinsics and deferred-length character arguments [PR95947,PR110658]

2023-07-16 Thread Steve Kargl via Fortran
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

Re: [PATCH 00/14] fortran: Use precalculated class container for deallocation [PR110618]

2023-07-16 Thread Paul Richard Thomas via Fortran
Hi Mikhail, That's ever so slightly embarrassing :-) My notes for that commit don't provide any enlightenment. Thanks Paul