Next: Directory Options, Previous: Warning Options, Up: Invoking GFORTRAN
GNU Fortran has various special options that are used for debugging either your program or gfortran
-fdump-parse-tree
-ffpe-trap=
listsqrt(-1.0)
), `zero' (division by
zero), `overflow' (overflow in a floating point operation),
`underflow' (underflow in a floating point operation),
`precision' (loss of precision during operation) and `denormal'
(operation produced a denormal denormal value).
See Options for Debugging Your Program or GCC, for more information on debugging options.