Fortran User's Guide

-fpover[={yes|no}]

Detect floating-point overflow in formatted input.

    SPARC: 77/90  x86:77

With -fpover=yes specified, the I/O library will detect runtime floating-point overflows in formatted input and return an error condition (1031). The default is no such overflow detection (-fpover=no). -fpover is equivalent to -fpover=yes.