Node: Compiler Options, Next: Compiler Speed, Previous: Diagnostic Abilities, Up: Advantages Over f2c
g77
offers compiler options that f2c
doesn't,
most of which are designed to more easily accommodate
legacy code:
$
) in symbol names
However, f2c
offers a few that g77
doesn't,
like an option to have REAL
default to REAL*8
.
It is expected that g77
will offer all of the
missing options pertinent to being a Fortran compiler
at some time in the future.