Re: [patch, fortran] Implement maxloc and minloc for unsigned

2024-10-05 Thread Thomas Koenig
Hi Jerry, I see all the generated files in the patch, but I do not see the M4 macro or other mechanism which generated these.  Was this in a previous submission that I missed? The "magic" in this case is mentioning them in Makefile.am and (regenerated) in Makefile.in. The rest is done by the

Re: [patch, fortran] Implement maxloc and minloc for unsigned

2024-10-05 Thread Jerry D
On 10/4/24 12:54 AM, Thomas Koenig wrote: Hello world, please find attached the patch for implementing MAXLOC and MINLOC for unsigned. The patch is rather lengthy, but mostly due to combinatorial explosion with the different return values. Next time we update the ABI, we should treat MAXLOC