A further diagnostic remark:
* When moving to the GCC diagnostic functions, please prefer the versions
that take an explicit location (which should be based on the locations of
the relevant source tokens in the COBOL source - preferably an accurate
range for exactly which tokens are relevant fo
The parser appears to contain calls to diagnostic functions, so seems a
good point to comment on conventions for diagnostics in GCC:
* Please send all diagnostics (except maybe internal ones that indicate a
bug in the compiler) through the language-independent diagnostic
machinery. It appears