https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125021
--- Comment #16 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-16 branch has been updated by Paul Thomas <[email protected]>: https://gcc.gnu.org/g:21571d265523e9ab8bca865426d3c62e22a3bff8 commit r16-8932-g21571d265523e9ab8bca865426d3c62e22a3bff8 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)
