This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5aa21765236 expand: ICE if asked to expand RDIV with non-float type. new 50f3a6a437a Fixes to auto-profile and Gimple matching. new 3f59a1cac71 cobol: Add PUSH and POP to CDF.
The 2 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/auto-profile.cc | 231 ++- gcc/cobol/cdf.y | 94 +- gcc/cobol/cdfval.h | 4 + gcc/cobol/dts.h | 14 +- gcc/cobol/except.cc | 2 - gcc/cobol/gcobol.1 | 192 ++- gcc/cobol/genapi.cc | 6 +- gcc/cobol/genutil.cc | 7 + gcc/cobol/lexio.cc | 72 +- gcc/cobol/parse.y | 21 +- gcc/cobol/parse_ante.h | 48 +- gcc/cobol/scan.l | 13 + gcc/cobol/scan_post.h | 2 + gcc/cobol/symbols.h | 3 +- gcc/cobol/token_names.h | 2228 +++++++++++++------------- gcc/cobol/udf/stored-char-length.cbl | 4 + gcc/cobol/util.cc | 90 +- gcc/cobol/util.h | 15 + gcc/testsuite/gcc.dg/tree-prof/afdo-inline.c | 9 + libgcobol/common-defs.h | 2 +- 20 files changed, 1697 insertions(+), 1360 deletions(-)