Node: Invalid Use of Hollerith Constant, Next: , Previous: Warn About Implicit Conversions, Up: Missing Features



Invalid Use of Hollerith Constant

g77 should disallow statements like RETURN 2HAB, which are invalid in both source forms (unlike RETURN (2HAB), which probably still makes no sense but at least can be reliably parsed). Fixed-form processing rejects it, but not free-form, except in a way that is a bit difficult to understand.