pgfortran 19.10 incorrectly rejects the following Fortran 2003 program
print *, x%kind
end
pgfortran 19.10 incorrectly rejects the following Fortran 2003 program
print *, x%kind
end
It looks like we don’t support type inquiry for intrinsic types yet. I’ve filed TPR #27848 as an RFE to be addressed. Thanks!