This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5bf7e32c209 Daily bump. new c4d0f4c499c cobol: Rewrite exception handling. Partially refactor subs [...]
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/cdf.y | 96 +---- gcc/cobol/except.cc | 189 +++++---- gcc/cobol/exceptg.h | 58 ++- gcc/cobol/genapi.cc | 701 ++++++++++++++------------------ gcc/cobol/genapi.h | 18 +- gcc/cobol/genmath.cc | 28 +- gcc/cobol/genutil.cc | 399 ++++-------------- gcc/cobol/genutil.h | 11 +- gcc/cobol/lexio.cc | 22 +- gcc/cobol/parse.y | 259 ++++++++---- gcc/cobol/parse_ante.h | 221 ++++++---- gcc/cobol/show_parse.h | 13 +- gcc/cobol/structs.cc | 4 +- gcc/cobol/symbols.cc | 17 + gcc/cobol/symbols.h | 3 +- gcc/cobol/util.cc | 542 +++++++++++++++++++++++++ gcc/cobol/util.h | 1 + libgcobol/charmaps.cc | 1 + libgcobol/common-defs.h | 211 +++++++--- libgcobol/constants.cc | 1 + libgcobol/exceptl.h | 136 ------- libgcobol/gcobolio.h | 1 + libgcobol/gfileio.cc | 56 ++- libgcobol/gmath.cc | 2 +- libgcobol/intrinsic.cc | 1 + libgcobol/libgcobol.cc | 1038 +++++++++++++++++++++++++++++++++-------------- libgcobol/valconv.cc | 1 + 27 files changed, 2451 insertions(+), 1579 deletions(-)