This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e82a29a9a7e SSA immediate use iterator checking new 1139d69306d cobol: Mainly extends compilation and execution in finterna [...]
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 | 2 +- gcc/cobol/cdf.y | 16 +- gcc/cobol/cobol1.cc | 1 + gcc/cobol/genapi.cc | 768 +++++++++++++++++++++++++++++++++---------------- gcc/cobol/genapi.h | 6 + gcc/cobol/genmath.cc | 1 + gcc/cobol/genutil.cc | 2 +- gcc/cobol/parse.y | 320 ++++++++++++++++----- gcc/cobol/parse_ante.h | 142 +++++---- gcc/cobol/scan.l | 4 +- gcc/cobol/show_parse.h | 8 +- gcc/cobol/symbols.cc | 292 +++++++++++++------ gcc/cobol/symbols.h | 137 +++++++-- gcc/cobol/util.cc | 33 +-- libgcobol/charmaps.cc | 18 +- libgcobol/charmaps.h | 118 ++++++-- libgcobol/encodings.h | 5 + libgcobol/gcobolio.h | 1 + libgcobol/gfileio.cc | 111 ++++++- libgcobol/intrinsic.cc | 475 ++++++++++++++++-------------- libgcobol/libgcobol.cc | 91 ++++-- libgcobol/xmlparse.cc | 5 +- 22 files changed, 1741 insertions(+), 815 deletions(-)