https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88076
--- Comment #26 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jerry DeLisle <[email protected]>: https://gcc.gnu.org/g:136940891b16ba795d87f40a5e986c143721b683 commit r16-7734-g136940891b16ba795d87f40a5e986c143721b683 Author: Andre Vehreschild <[email protected]> Date: Thu Feb 12 11:17:47 2026 -0800 Fortran: Add a shared memory coarray implementation [PR88076] Add caf_shmem, a shared memory multi process coarray implementation. The library adheres to the existing coarray ABI and is controlled by environment variables for selecting the number of images and virtual memory size. Co-authored by: Thomas Koenig <[email protected]> Nicolas Koenig <[email protected]> PR fortran/88076 libgfortran/ChangeLog: * Makefile.am: Add new library. * Makefile.in: Regenerated * acinclude.m4: Add check for reasonable clzl. * config.h.in: Regenerate. * configure: Regenerate. * configure.ac: Call clzl check.
