Hi
Im working with very old fortran programs (made in 1980s).
Now I convert this old code using "Compaq Visual Fortran 6.6".
Because the program consists of hundreds of files, there are several bugs (that has been accepted by the compiler at that time).
Some of these are "array out of bounds" errors, when trying to index at position 0.
It is impossible to go through all code and change hundreds of variables to fix all these problems, so I wonder if there is any settings in Compaq Visual Fortran to ignore "array out of bounds" indexing?
kind regards
Im working with very old fortran programs (made in 1980s).
Now I convert this old code using "Compaq Visual Fortran 6.6".
Because the program consists of hundreds of files, there are several bugs (that has been accepted by the compiler at that time).
Some of these are "array out of bounds" errors, when trying to index at position 0.
It is impossible to go through all code and change hundreds of variables to fix all these problems, so I wonder if there is any settings in Compaq Visual Fortran to ignore "array out of bounds" indexing?
kind regards