https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122452
--- Comment #6 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:63bc852f446dc2d588c22466533ce6ec35975f9b commit r16-4909-g63bc852f446dc2d588c22466533ce6ec35975f9b Author: Paul Thomas <[email protected]> Date: Fri Oct 31 12:59:23 2025 +0000 Fortran: Use specific PDT constructors from a generic list [PR122452] 2025-10-31 Paul Thomas <[email protected]> gcc/fortran PR fortran/122452 * primary.cc (gfc_match_rvalue): Give priority to specific procedures in a generic interface with the same name as a PDT template. If found, use as the procedure instead of the constructor generated from the PDT template. gcc/testsuite/ PR fortran/122452 * gfortran.dg/pdt_65.f03: New test.
