Prism does not handle Fortran 90 pointers to array sections correctly. For example,
array_ptr => some_array(1:10:3)
Prism will print some elements of the array, although it will not print the correct elements or the correct number of elements.