gfortran on Apple M1 function address problem

2021-09-09 Thread Alex Lelievre
Hi there, I’m a newbie to this list and tried my dearest to search the archives (with the scrollbar) to find an answer. I’m having a problem running a well known ham radio application called WSJT-X for the Apple M1 running Monterey with gfortran 11.2.0. Tthe code compiles fine. The issue is

[PATCH, committed] PR fortran/98490 - Unexpected out of bounds in array constructor with implied do loop

2021-09-09 Thread Harald Anlauf via Fortran
The following patch by Steve was lingering in the PR for some time. For an implied do loop within an array constructor we would generate an additional, bogus substring bounds check for the index variable before it actually became defined. The check thus depended on the previous value of the index