This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from de6f64f9556 c++: Don't form a templated TARGET_EXPR in finish_compound_literal new a5a115258af Daily bump. new ee24da1b983 Change range_handler, was Re: Fix gimple_expr_code? new 4109adf2565 MAINTAINERS: add myself for write after approval new 2efb9eaaedf Group tree-vrp.c by functionality. new 7cc52bc85e9 Refactor VRP threading code into vrp_jump_threader class. new 022b99bcba5 Move vrp_prop before vrp_folder. new 40c4eb67f56 Move vr_values out of vrp_prop into execute_vrp so it can b [...] new 82990836679 Inline delegators in vrp_folder. new 4852c3266ec remove almost all users of gimple_expr_code
The 9 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: MAINTAINERS | 1 + gcc/ChangeLog | 153 ++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 35 + gcc/c-family/ChangeLog | 14 + gcc/cfgexpand.c | 7 +- gcc/cp/ChangeLog | 12 + gcc/fortran/ChangeLog | 21 + gcc/gimple-range.h | 8 +- gcc/gimplify-me.c | 12 +- gcc/ipa-icf-gimple.c | 10 +- gcc/jit/ChangeLog | 132 +++ gcc/predict.c | 2 +- gcc/range-op.cc | 6 +- gcc/testsuite/ChangeLog | 74 ++ gcc/tree-ssa-tail-merge.c | 4 +- gcc/tree-vrp.c | 2095 ++++++++++++++++++++++----------------------- libcpp/ChangeLog | 17 + libgomp/ChangeLog | 18 + libstdc++-v3/ChangeLog | 29 + 20 files changed, 1569 insertions(+), 1083 deletions(-)