Go to the first, previous, next, last section, table of contents.
GNU Fortran has various special options that are used for debugging
either your program or g77
.
-g
EQUIVALENCE
are
unavailable to the debugger.
However, version 0.5.19 of g77
does provide this information
in a rudimentary way, as controlled by the
`-fdebug-kludge' option.
See section Options for Code Generation Conventions,
for more information.
See section `Options for Debugging Your Program or GNU CC' in Using and Porting GNU CC, for more information on debugging options.
Go to the first, previous, next, last section, table of contents.