Re: [PATCH 13/13] Coarray shared memory library
Iain Sandoe <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <[email protected]> |
> On 11 Feb 2026, at 08:08, Jakub Jelinek <[email protected]> wrote: > > On Wed, Feb 11, 2026 at 09:02:25AM +0100, Richard Biener wrote: >> On Tue, 10 Feb 2026, Jerry D wrote: >> >>> Dear all, as requested, >>> >>> See attached patch 13 of 13 >> >> So libcaf_shared will be installed as static library only, similar >> to libcaf_single. The libgfortran ABI does not seem to be affected. >> >> The only concern from my side would be failing builds, but those >> should be quickly addressed and avoided by wider testing pre-merge. >> >> So OK from a RM perspective - it's up to Fortran people to do final >> review/ACK/NACK. Unless Jakub has other concerns here. > > I share the concerns, getting configure/Makefile bits right so that > it builds on targets where it can work and isn't built on others (or > is sufficiently portable that it builds even on those not currently > supported), but agree it can be addressed quickly. For the record, this has now been tested on a number of Darwin systems including 32b host and a merge into the aarch64 dev. branch. This testing uncovered a 32b issue that has an additional patch to fix it. So no special concerns here, now. Iain > > Jakub >