Thank you
On Thu, Sep 11, 2025 at 2:21 AM H.J. Lu wrote:
> On Mon, Sep 8, 2025 at 7:47 AM H.J. Lu wrote:
> >
> > -mno-direct-extern-access is used to disable direct access to external
> > symbol from executable with and without PIE for x86. Require PIE and
> > pass -fPIE to disable direct acce
On 9/2/25 2:51 AM, Andre Vehreschild wrote:
Hi all,
attached series of patches updates the coarray shmem gfortran series of
patches. It now has support for building on Window's Cygwin and Window's
MSYS2/UCRT64. Building on the latter is quite tricky. When you want to do that,
I recommend getting
On Mon, Sep 8, 2025 at 7:47 AM H.J. Lu wrote:
>
> -mno-direct-extern-access is used to disable direct access to external
> symbol from executable with and without PIE for x86. Require PIE and
> pass -fPIE to disable direct access to external symbol for other targets.
>
> PR fortran/107421