]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fortran: Fix coarray shared mem [PR121429]
authorAndre Vehreschild <vehre@gcc.gnu.org>
Sat, 14 Feb 2026 19:37:07 +0000 (11:37 -0800)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Thu, 26 Feb 2026 17:18:24 +0000 (09:18 -0800)
commitfc65b1e735b5fd393003361dc219ebecf454b169
tree2137466b62cbbeb145f3de0f9d1598ed40465aa5
parenta1b67de3a4dc9ca745569a16c8cab33c0ee6ceca
Fortran: Fix coarray shared mem [PR121429]

PR fortran/121429

libgfortran/ChangeLog:

* caf/shmem.c (_gfortran_caf_deregister): Add a call to
sync_team.

gcc/testsuite/ChangeLog:

* gfortran.dg/coarray/deallocate_sync.f90: New test.
gcc/testsuite/gfortran.dg/coarray/deallocate_sync.f90 [new file with mode: 0644]
libgfortran/caf/shmem.c