Re: [patch, libgfortran] PR117820

2024-12-03 Thread Harald Anlauf
Hi Jerry, regarding the testcase, these variants are both standard-conforming and silent under -pedantic: x = ibset (0_8, 63) x = ibset (0_8, bit_size(x)-1) No trickery needed. Cheers, Harald Am 03.12.24 um 05:13 schrieb Jerry D: Hi all, Attached patch adds a test for zero that is neede

Re: [patch, libgfortran] PR117820

2024-12-02 Thread Paul Richard Thomas
Hi Jerry, That's fine for trunk and, after a decent interval, I would suggest that you backport to 14-branch. Please add the name of the contributor to the testcase unless you have been asked not to. Thanks Paul On Tue, 3 Dec 2024 at 04:13, Jerry D wrote: > Hi all, > > Attached patch adds a

[patch, libgfortran] PR117820

2024-12-02 Thread Jerry D
Hi all, Attached patch adds a test for zero that is needed for write_boz to work correctly. Almost obvious. Regression tested on x86_64. Ok for trunk? Jerry Author: Jerry DeLisle Date: Mon Dec 2 19:45:26 2024 -0800 Fortran: Fix B64.0 formatted write output. PR fortran/1