https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125021
--- Comment #17 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-15 branch has been updated by Paul Thomas <[email protected]>: https://gcc.gnu.org/g:6ec1820ffe0af8704144919c20452320d98adc5a commit r15-11182-g6ec1820ffe0af8704144919c20452320d98adc5a Author: Andre Vehreschild <[email protected]> Date: Tue Apr 28 14:30:23 2026 +0200 Fortran: Use internal names for local symbols. Prevent collision of Fortran symbols with internally generated symbols by prefixing internals with two underscores. PR fortran/125021 gcc/fortran/ChangeLog: * coarray.cc (check_add_new_comp_handle_array): Prefix internal symbols by two underscores. (create_get_callback): Same. (create_allocated_callback): Same. (create_send_callback): Same. gcc/testsuite/ChangeLog: * gfortran.dg/coarray/pr125021.f90: New test. (cherry picked from commit fee68dd1b484d5885abb110f1e8753f113db5713)
