This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5d110ed194b Daily bump. new 85750fb8c22 cobol: Implement ENTRY statement; finish removing ascii/ebc [...]
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/genapi.cc | 704 ++++++++++++++++++++++++++++--------------------- gcc/cobol/genapi.h | 5 +- gcc/cobol/gengen.cc | 15 +- gcc/cobol/gengen.h | 1 - gcc/cobol/genutil.cc | 7 +- gcc/cobol/genutil.h | 4 +- gcc/cobol/symbols.cc | 2 +- gcc/cobol/symbols.h | 7 + libgcobol/charmaps.cc | 75 ------ libgcobol/charmaps.h | 30 --- libgcobol/gfileio.cc | 6 - libgcobol/libgcobol.cc | 44 ++-- libgcobol/valconv.cc | 3 + 13 files changed, 445 insertions(+), 458 deletions(-)