This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 18f272ec336 [PATCH v2 2/2] MIPS p8700 doesn't have vector extension and [...] new fba34a0cc55 cobol: Multiple PRs; formatting; exception processing.
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-copy.cc | 88 +++------------ gcc/cobol/cdfval.h | 6 +- gcc/cobol/copybook.h | 13 +-- gcc/cobol/gcobc | 141 ++++++++++++++---------- gcc/cobol/gcobol.1 | 54 ++++----- gcc/cobol/genapi.cc | 4 +- gcc/cobol/lexio.cc | 7 +- gcc/cobol/parse.y | 283 +++++++++++++++++++++++++++++++----------------- gcc/cobol/parse_ante.h | 35 ++++-- gcc/cobol/scan.l | 2 +- gcc/cobol/scan_ante.h | 4 + gcc/cobol/symbols.cc | 63 +++-------- gcc/cobol/symbols.h | 19 ++-- gcc/cobol/symfind.cc | 4 +- libgcobol/charmaps.cc | 14 ++- libgcobol/common-defs.h | 5 +- libgcobol/constants.cc | 19 ++-- libgcobol/ec.h | 1 - libgcobol/gcobolio.h | 3 +- libgcobol/gfileio.cc | 18 +-- libgcobol/gmath.cc | 19 ++-- libgcobol/intrinsic.cc | 22 ++-- libgcobol/io.cc | 11 +- libgcobol/libgcobol.cc | 14 +-- libgcobol/valconv.cc | 7 +- 25 files changed, 456 insertions(+), 400 deletions(-)