Suppose I’ve compiled a Fortran program with -Mbounds. Is there an additional compilation or runtime flag that allows out-of-bounds accesses to issue a warning and continue execution (instead of an error that halts execution)?
Many thanks,
Ron
Suppose I’ve compiled a Fortran program with -Mbounds. Is there an additional compilation or runtime flag that allows out-of-bounds accesses to issue a warning and continue execution (instead of an error that halts execution)?
Many thanks,
Ron
We don’t have a version that gives a warning, however.
dave