Hi Jerry,
Am 17.01.25 um 22:04 schrieb Jerry Delisle:
Looks Ok by me.
Committed and pushed r15-7009-gca2681d45a4507 .
Thanks,
Harald
Thanks,
Jerry
On Fri, Jan 17, 2025, 12:25 PM Harald Anlauf wrote:
Dear all,
the attached obvious patch extends G formatting to UNSIGNED by reusing
the c
Looks Ok by me.
Thanks,
Jerry
On Fri, Jan 17, 2025, 12:25 PM Harald Anlauf wrote:
> Dear all,
>
> the attached obvious patch extends G formatting to UNSIGNED by reusing
> the code for I formatting.
>
> Regtested on x86_64-pc-linux-gnu. OK for mainline?
>
> Thanks,
> Harald
>
>
:20:31 +0100
Subject: [PATCH] libfortran: G formatting for UNSIGNED [PR118536]
PR libfortran/118536
libgfortran/ChangeLog:
* io/transfer.c (formatted_transfer_scalar_write): Handle UNSIGNED
in G formatting.
gcc/testsuite/ChangeLog:
* gfortran.dg/unsigned_write_2.f90: New test