https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103366
--- Comment #8 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Paul Thomas <pa...@gcc.gnu.org>: https://gcc.gnu.org/g:828474fafd2ed33430172fe227f9da7d6fb98723 commit r12-6419-g828474fafd2ed33430172fe227f9da7d6fb98723 Author: Paul Thomas <pa...@gcc.gnu.org> Date: Mon Jan 10 16:54:53 2022 +0000 Fortran: Pass unlimited polymorphic argument to assumed type [PR103366]. 2022-01-10 Paul Thomas <pa...@gcc.gnu.org> gcc/fortran PR fortran/103366 * trans-expr.c (gfc_conv_gfc_desc_to_cfi_desc): Allow unlimited polymorphic actual argument passed to assumed type formal. gcc/testsuite/ PR fortran/103366 * gfortran.dg/pr103366.f90: New test.