Hi Harald,
on 2024/6/4 04:01, Harald Anlauf wrote:
> Hi,
>
> Am 03.06.24 um 05:00 schrieb Kewen Lin:
>> Joseph pointed out "floating types should have their mode,
>> not a poorly defined precision value" in the discussion[1],
>> as he and Richi suggested, the existing macros
>> {FLOAT,{,LONG_}DOU
Hi Fortraneers,
another patch to fix a memory leak. This time temporaries created during an
array construction did not have their finalizers called. I.e. allocated memory
was not freed. The attached patch addresses this issue.
Regtested ok on x86_64/Fedora 39. Ok for trunk?
Regards,
Andr
On Tue, 28 May 2024, Tobias Burnus wrote:
> Let's make https://gcc.gnu.org/gcc-15/changes.html a bit more useful …
Always a good idea. :-)
> Thus, document selected_logical_kind and the ISO_FORTRAN_ENV additions.
>
> Comments or suggestions before I commit it?
Looks good to me, thanks.
Gerald