Re: [PATCH v2] pr107421.f90: Require PIE and pass -fPIE for non-x86 targets

2025-09-10 Thread Sergey Fedorov
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

Re: Coarray shared memory testing

2025-09-10 Thread Jerry D
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

Re: [PATCH v2] pr107421.f90: Require PIE and pass -fPIE for non-x86 targets

2025-09-10 Thread H.J. Lu
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