On Tue, Jun 24, 2025 at 03:09:33PM +0200, Andre Vehreschild wrote: > > this series of patches (six in total) adds a new coarray backend library to > libgfortran. The library uses shared memory and processes to implement > running multiple images on the same node. The work is based on work started > by > Thomas and Nicolas Koenig. No changes to the gfortran compile part are > required > for this. >
Just applied the 6 patch (with the update part 5). I'm seeing a significant increase in the number of failures in 'make check-fortran' testing. === gfortran Summary === # of expected passes 73149 # of unexpected failures 522 # of expected failures 343 # of unresolved testcases 78 # of unsupported tests 94 /home/kargl/gcc/obj/gcc/gfortran version 16.0.0 20250628 (experimental) (GCC) Without your patch, the number of unexpected failes is ~25. All of these failures are due to poorly written ASAN tests. -- Steve