This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1789c57dc97 libsanitizer: Fix build with glibc 2.42 new 4704b94fc76 cobol, v2: Fix up cobol cross-compilation from 32-bit arche [...] new c77d04506e6 cobol: Fix up exception handling [PR119364]
The 2 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/cbldiag.h | 2 +- gcc/cobol/cdf-copy.cc | 1 + gcc/cobol/cdf.y | 7 +- gcc/cobol/gcobolspec.cc | 9 +- gcc/cobol/genapi.cc | 281 ++++++++++++++++++++++++++++-------------------- gcc/cobol/gengen.cc | 7 +- gcc/cobol/genmath.cc | 10 +- gcc/cobol/lexio.cc | 81 ++++++++------ gcc/cobol/parse.y | 68 +++++++----- gcc/cobol/parse_ante.h | 32 ++++-- gcc/cobol/scan.l | 3 + gcc/cobol/scan_ante.h | 5 +- gcc/cobol/structs.cc | 29 ++++- gcc/cobol/structs.h | 1 + gcc/cobol/symbols.cc | 128 ++++++++++++---------- gcc/cobol/symbols.h | 20 ++-- gcc/cobol/symfind.cc | 35 +++--- gcc/cobol/util.cc | 58 ++++++---- libgcobol/common-defs.h | 2 +- libgcobol/gcobolio.h | 2 +- libgcobol/valconv.cc | 2 +- 21 files changed, 473 insertions(+), 310 deletions(-)