I have come across what appears to be a compiler bug.
I have a very simple program that demonstrates this. I want to point a 3D array at an equivalent sized 1D array
I am working with some very complex, and rather old fortran code (most of it was written in fortran77 but some was earlier). I need to have the memory dynamically allocated and am therefore converting ...