Next: Ambiguous Dialects, Previous: Dummy Array Without Dimensioning Dummy, Up: Missing Features
g77 should check FORMAT
specifiers for validity
as it does FORMAT
statements.
For example, a diagnostic would be produced for:
PRINT 'HI THERE!' !User meant PRINT *, 'HI THERE!'