Next: , Previous: Warning Options, Up: Invoking GFORTRAN


4.4 Options for Debugging Your Program or GNU Fortran

GNU Fortran has various special options that are used for debugging either your program or gfortran

-fdump-parse-tree
Output the internal parse tree before starting code generation. Only really useful for debugging gfortran itself.

See Options for Debugging Your Program or GCC, for more information on debugging options.