I have an unexplained error message compiling the following program.
The error message which follows relates to the line "B(i+1)%C(:) = 0.".
Intel Visual Fortran compiler 11.0.66 ...
I'd like to add that my example was the minimal program that demonstrates my original problem: A 12,000 lines legacy code which yielded 'slightly' different results under CHECKMATE mode than under DEB ...
The following program yields the value of 1.00000 under debug win32
mode of FTN95 compiler version 5.20.1.
The correct value should be 2.00000
I do get the correct value when the 'OPTIONS(CHECK) ...