This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 46752946a10 Update LOCAL_PATCHES. new e29503264aa [aarch64] Allocate space for err_str in aarch64_handle_attr [...] new 751beb150e8 [mid-end] Fix declared type of personality functions new eb724520e3e The base class for ranges is currently value_range_base, wh [...]
The 3 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/ChangeLog | 20 + gcc/config/aarch64/aarch64.c | 2 +- gcc/expr.c | 3 +- gcc/gimple-fold.c | 8 +- gcc/gimple-loop-versioning.cc | 2 +- gcc/gimple-ssa-evrp-analyze.c | 60 +- gcc/gimple-ssa-evrp-analyze.h | 11 +- gcc/gimple-ssa-evrp.c | 9 +- gcc/gimple-ssa-sprintf.c | 6 +- gcc/ipa-cp.c | 22 +- gcc/ipa-prop.c | 40 +- gcc/ipa-prop.h | 2 +- gcc/range-op.cc | 1278 ++++++++++++++++++++--------------------- gcc/range-op.h | 22 +- gcc/range.cc | 37 +- gcc/range.h | 16 +- gcc/selftest.h | 2 +- gcc/tree-ssa-dom.c | 6 +- gcc/tree-ssa-strlen.c | 10 +- gcc/tree-ssa-threadedge.c | 4 +- gcc/tree-ssanames.c | 4 +- gcc/tree-ssanames.h | 4 +- gcc/tree-vrp.c | 301 +++++----- gcc/tree-vrp.h | 130 ++--- gcc/vr-values.c | 260 ++++----- gcc/vr-values.h | 48 +- 26 files changed, 1153 insertions(+), 1154 deletions(-)