This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e211c49f277 MAINTAINERS: add myself to write after approval new 92b6485a75c cobol: Eliminate exception "blob"; streamline some code gen [...]
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/cobol1.cc | 23 +- gcc/cobol/except.cc | 111 ++--- gcc/cobol/exceptg.h | 7 +- gcc/cobol/gcobc | 2 +- gcc/cobol/genapi.cc | 128 +++-- gcc/cobol/genmath.cc | 26 +- gcc/cobol/genutil.cc | 611 +++++++++++++----------- gcc/cobol/genutil.h | 1 + gcc/cobol/lang-specs.h | 2 +- gcc/cobol/lang.opt | 5 + gcc/cobol/lexio.h | 1 - gcc/cobol/parse.y | 94 ++-- gcc/cobol/parse_ante.h | 58 ++- gcc/cobol/scan.l | 2 +- gcc/cobol/scan_ante.h | 10 +- gcc/cobol/symbols.cc | 43 +- gcc/cobol/symbols.h | 40 +- gcc/cobol/util.cc | 51 +- gcc/cobol/util.h | 2 + gcc/testsuite/cobol.dg/group1/declarative_1.cob | 6 +- libgcobol/common-defs.h | 17 +- libgcobol/libgcobol.cc | 55 +++ 22 files changed, 700 insertions(+), 595 deletions(-)