Behaviour of pointer to allocatable array with SAVE attribute

When you initialize the pointer with null() your are giving it an implicit save attribute.
Without the save attribute the pointer is in a undefined status and the result of associated is meaningless.

1 Like