Hi All! Proposed patch to: PR100120 - associated intrinsic failure Patch tested only on x86_64-pc-linux-gnu. Add code to ensure that pointers have the correct dynamic type. The patch depends on PR100097 and PR100098. Thank you very much. Best regards, José Rui Fortran: Fix associated intrinsic failure [PR100120] gcc/fortran/ChangeLog: PR fortran/100120 * trans-array.c (gfc_conv_expr_descriptor): add code to ensure that pointers have the correct dynamic type. gcc/testsuite/ChangeLog: PR fortran/100120 * gfortran.dg/PR100120.f90: New test.