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

2024-10-06 Thread Thomas Koenig
Am 05.10.24 um 22:52 schrieb 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 (regenera

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

2024-10-06 Thread Jerry Delisle
The iparm.m4 was what I was looking for. Thanks, Jerry On Sun, Oct 6, 2024, 5:26 AM Thomas Koenig wrote: > Am 05.10.24 um 22:52 schrieb 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.

possible bug in Windows version from Gfortran 11.3.0 when using omp_set_num_threads

2024-10-06 Thread John Campbell
I would like to report a problem I have identified with using "call omp_set_num_threads (n)", which has appeared when on Windows 10 using Gfortran version 11.3.0, (12.3.0 and 14.1.0). Prior versions ( 9.2.0, 10.2.0 and 11.1.0 run to completion. The reproducer program below does not exit, but han

Re: possible bug in Windows version from Gfortran 11.3.0 when using omp_set_num_threads

2024-10-06 Thread Thomas Koenig
Hi John, I would like to report a problem I have identified with using “call omp_set_num_threads (n)”, which has appeared when on Windows 10 using Gfortran version 11.3.0, (12.3.0 and 14.1.0). Prior versions ( 9.2.0, 10.2.0 and 11.1.0 run to completion. The reproducer program below does not

Re: possible bug in Windows version from Gfortran 11.3.0 when using omp_set_num_threads

2024-10-06 Thread Steve Kargl
On Sun, Oct 06, 2024 at 07:16:18PM +1100, John Campbell wrote: > > I can confirm that the bug is not evident in equation.com's Gfortran 11.1.0 This is your problem. > and earlier, but is present from Gfortran 11.3.0. Program seems to wo