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-fortran-original
-fdump-optimized-tree
Output the internal parse tree after translating the source program
into internal representation. Only really useful for debugging the
GNU Fortran compiler itself. This option is deprecated; use
-fdump-fortran-original
instead.
-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).
Some of the routines in the Fortran runtime library, like
`CPU_TIME', are likely to trigger floating point exceptions when
ffpe-trap=precision
is used. For this reason, the use of
ffpe-trap=precision
is not recommended.
-fbacktrace
-fdump-core
See Options for Debugging Your Program or GCC, for more information on debugging options.