This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 932b764be40 c++: extract_call_expr and C++20 rewritten ops new c684053fc0f cobol: Improve binary-to-string conversion.
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/cbldiag.h | 4 +- gcc/cobol/parse.y | 4 +- gcc/cobol/scan.l | 2 +- gcc/cobol/scan_ante.h | 2 +- gcc/cobol/show_parse.h | 2 +- gcc/cobol/util.cc | 4 +- libgcobol/Makefile.am | 1 + libgcobol/Makefile.in | 4 +- libgcobol/libgcobol.cc | 68 ++------ libgcobol/stringbin.cc | 330 +++++++++++++++++++++++++++++++++++++ libgcobol/{gmath.h => stringbin.h} | 16 +- 11 files changed, 365 insertions(+), 72 deletions(-) create mode 100644 libgcobol/stringbin.cc copy libgcobol/{gmath.h => stringbin.h} (81%)