This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cf78d402655 arm: Fix constraints in MVE asrl and lsll patterns [PR122858] new d9a64bf6a6d cobol: Expose warnings as command-line options.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/cobol/Make-lang.in | 1 + gcc/cobol/cbldiag.h | 114 +++++- gcc/cobol/cdf.y | 78 ++-- gcc/cobol/cobol1.cc | 208 +++++++++- gcc/cobol/except.cc | 9 - gcc/cobol/exceptg.h | 2 +- gcc/cobol/gcobol.1 | 228 ++++++++++- gcc/cobol/genapi.cc | 13 +- gcc/cobol/gengen.cc | 32 +- gcc/cobol/lang-specs.h | 46 +++ gcc/cobol/lang.opt | 254 +++++++++++- gcc/cobol/lexio.cc | 28 +- gcc/cobol/messages.cc | 388 ++++++++++++++++++ gcc/cobol/parse.y | 308 ++++++-------- gcc/cobol/parse_ante.h | 33 +- gcc/cobol/scan.l | 67 ++- gcc/cobol/scan_ante.h | 44 +- gcc/cobol/scan_post.h | 7 +- gcc/cobol/show_parse.h | 20 +- gcc/cobol/symbols.cc | 8 +- gcc/cobol/symbols.h | 31 +- gcc/cobol/token_names.h | 1048 +++++++++++++++++++++++------------------------ gcc/cobol/util.cc | 77 ++-- gcc/cobol/util.h | 2 - 24 files changed, 2052 insertions(+), 994 deletions(-) create mode 100644 gcc/cobol/messages.cc