Nvfortran error: PASS argument is incompatible with parent's PASS argument

Hi Salvatore,

FYI, TPR #35450 was fixed in our 24.9 release.

% nvfortran -c -V24.7 pass.F90
NVFORTRAN-S-0155-PASS argument is incompatible with parent's PASS argument in type bound procedure x_zzz_get_nz_row (pass.F90: 70)
NVFORTRAN-S-0155-Dummy argument names must be the same as those in parent's interface for type bound procedure x_zzz_get_nz_row (pass.F90: 70)
NVFORTRAN-S-0155-Interface is not compatible with parent's interface for type bound procedure x_zzz_get_nz_row (pass.F90: 70)
NVFORTRAN/x86-64 Linux 24.7-0: compilation completed with severe errors
% nvfortran -c -V24.9 pass.F90
%

-Mat