https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122089
--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Paul Thomas <[email protected]>: https://gcc.gnu.org/g:37d794253e77d0a5aa682387a04b63411e9c2cf1 commit r16-4153-g37d794253e77d0a5aa682387a04b63411e9c2cf1 Author: Paul Thomas <[email protected]> Date: Wed Oct 1 08:14:00 2025 +0100 Fortran: Generic interface checking with use associated PDTs [PR122089] 2025-10-01 Paul Thomas <[email protected]> gcc/fortran PR fortran/122089 * decl.cc (gfc_get_pdt_instance): If the pdt_template is use associated, 'module' field should be copied to this instance. gcc/testsuite/ PR fortran/122089 * gfortran.dg/pdt_51.f03: New test.
