Next: Directory Options, Previous: Error and Warning Options, Up: Invoking GNU Fortran
GNU Fortran has various special options that are used for debugging either your program or the GNU Fortran compiler.
-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 value).
See Options for Debugging Your Program or GCC, for more information on debugging options.