[patch, Fortran] FINDLOC for unsigned

2024-09-28 Thread Thomas Koenig
Hello world, here's another small patch for FINDLOC for unsigned. OK for trunk? Best regards Thomas Implement FINDLOC for UNSIGNED. gcc/fortran/ChangeLog: * check.cc (intrinsic_type_check): Handle unsigned. (gfc_check_findloc): Likewise. * gfortran.texi: Incl

Re: [patch, Fortran] CSHIFT and EOSHIFT for unsigned

2024-09-28 Thread Steve Kargl
OK. Thanks for the patch. -- steve On Sat, Sep 28, 2024 at 09:33:20AM +0200, Thomas Koenig wrote: > > this patch, consisting almost entirely of the test cases, implements > CSHIFT and EOSHIFT for unsigneds. > > OK for trunk? > > Implement CSHIFT and EOSHIFT for unsigned. > > gcc/for

Re: [patch, Fortran] FINDLOC for unsigned

2024-09-28 Thread Steve Kargl
On Sat, Sep 28, 2024 at 08:32:00PM +0200, Thomas Koenig wrote: > Hello world, > > here's another small patch for FINDLOC for unsigned. > > OK for trunk? > OK. Other than UNSIGNED being a new experimental feature, this patch almost qualifies as "Obvious". -- Steve

Re: [patch, Fortran] FINDLOC for unsigned

2024-09-28 Thread Thomas Koenig
Am 28.09.24 um 21:14 schrieb Steve Kargl: On Sat, Sep 28, 2024 at 08:32:00PM +0200, Thomas Koenig wrote: Hello world, here's another small patch for FINDLOC for unsigned. OK for trunk? OK. Other than UNSIGNED being a new experimental feature, this patch almost qualifies as "Obvious". Bot

[patch, Fortran] CSHIFT and EOSHIFT for unsigned

2024-09-28 Thread Thomas Koenig
Hello world, this patch, consisting almost entirely of the test cases, implements CSHIFT and EOSHIFT for unsigneds. OK for trunk? Implement CSHIFT and EOSHIFT for unsigned. gcc/fortran/ChangeLog: * check.cc (gfc_check_eoshift): Handle BT_UNSIGNED. * simplify.cc