This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fa099f248e2 match: Add `cmp - 1` simplification to `-icmp` [PR110949] new 7c1d0886079 cobol: Improved linemap and diagnostic handling; PIC valida [...]
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 | 9 -- gcc/cobol/cbldiag.h | 20 ++- gcc/cobol/cdf.y | 2 +- gcc/cobol/genapi.cc | 334 ++++++++++++++++++++++++++++--------------- gcc/cobol/genapi.h | 43 +++--- gcc/cobol/gengen.cc | 101 +++++++------ gcc/cobol/gengen.h | 10 +- gcc/cobol/genmath.cc | 2 +- gcc/cobol/genutil.cc | 20 +-- gcc/cobol/genutil.h | 8 +- gcc/cobol/parse.y | 24 +++- gcc/cobol/parse_ante.h | 10 +- gcc/cobol/scan.l | 19 +-- gcc/cobol/scan_ante.h | 381 +++++++++++++++++++++++++++++++++++++++++++++++++ gcc/cobol/symbols.cc | 5 + gcc/cobol/symbols.h | 2 +- gcc/cobol/util.cc | 47 +++++- gcc/cobol/util.h | 2 +- 18 files changed, 806 insertions(+), 233 deletions(-)