Toon Moene wrote: > In Fortran, integers are used to index arrays. So if you want integer > overflow checking, use -fbounds-check :-) I know there is a smiley here, but it seems to me that range checking is quite different from overflow checking. >