This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 82d2d12da93 libstdc++: Fix __uninitialized_default for constexpr case new 069bf2fe31e cobol: Development round-up. [PR120765, PR119337, PR120794]
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 | 20 + gcc/cobol/cbldiag.h | 10 +- gcc/cobol/cdf.y | 32 +- gcc/cobol/gcobc | 41 +- gcc/cobol/genapi.cc | 403 +++++++--- gcc/cobol/genapi.h | 11 +- gcc/cobol/lexio.cc | 73 +- gcc/cobol/parse.y | 249 +++--- gcc/cobol/parse_ante.h | 167 +--- gcc/cobol/scan.l | 164 ++-- gcc/cobol/scan_ante.h | 4 + gcc/cobol/scan_post.h | 1 - gcc/cobol/symbols.cc | 52 +- gcc/cobol/symbols.h | 166 +++- gcc/cobol/symfind.cc | 2 +- gcc/cobol/token_names.h | 2032 ++++++++++++++++++++++++----------------------- gcc/cobol/util.cc | 136 +++- gcc/cobol/util.h | 50 ++ libgcobol/libgcobol.cc | 241 ++++-- 19 files changed, 2202 insertions(+), 1652 deletions(-)