Node: Diagnostic Abilities, Next: Compiler Options, Previous: Language Extensions, Up: Advantages Over f2c
g77 offers better diagnosis of problems in FORMAT statements.
f2c doesn't, for example, emit any diagnostic for
FORMAT(XZFAJG10324),
leaving that to be diagnosed, at run time, by
the libf2c run-time library.