FORTRAN Partial array pointing

Does PGI FORTRAN support partial array pointing? For example,

A => A_TARGET(:, :, idx)

Intel supports this, but I’m not sure if this grammar is standard.

Yes the compiler should support that.

If you have a case that compiles successfully with Intel compilers but
fails with pgfortran, please send it to trs@pgroup.com to get it fixed.

dave