This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5fa821bba73 clang: fix -Wmisleading-indentation warning. new 5d4b824faf1 d: Fix ICE in finish_thunk (PR97644) new d975d6dce98 d: Explicitly determine which built-in copysign function to call. new be6169045ed libphobos: Update libtool version to 2:0:0 new 4d6b8d42133 improve VN PHI hashing new ac91af71c93 loops: Invoke lim after successful loop interchange new 47923622c66 Cleanup range of address calculations. new 156edf21fab arm: Make use of RTL predicates new a1fdc16da34 Determine access types in ipa-icf-gimple.c new 602c6cfc79c Improve handling of memory operands in ipa-icf 2/4
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: gcc/config/arm/aarch-common.c | 2 +- gcc/config/arm/arm.c | 90 +++--- gcc/d/d-target.cc | 9 + gcc/d/decl.cc | 56 ++-- gcc/d/dmd/MERGE | 2 +- gcc/d/dmd/cppmangle.c | 20 +- gcc/d/dmd/mangle.h | 1 + gcc/d/dmd/target.h | 2 + gcc/d/intrinsics.cc | 11 +- gcc/gimple-loop-interchange.cc | 9 +- gcc/gimple-range.cc | 99 ++++-- gcc/gimple-range.h | 2 +- gcc/ipa-icf-gimple.c | 166 ++++++++-- gcc/ipa-icf-gimple.h | 25 +- gcc/ipa-icf.c | 43 +-- gcc/ipa-utils.h | 12 + gcc/range-op.cc | 1 + gcc/testsuite/c-c++-common/Wstringop-overflow-2.c | 2 +- gcc/testsuite/g++.dg/warn/Warray-bounds-8.C | 2 +- gcc/testsuite/gcc.dg/tree-ssa/pr78655.c | 37 +++ gcc/testsuite/gdc.dg/pr92216.d | 4 +- gcc/tree-ssa-alias-compare.h | 43 +++ gcc/tree-ssa-alias.c | 376 +++++++++++++++++++++- gcc/tree-ssa-alias.h | 2 + gcc/tree-ssa-loop-im.c | 12 +- gcc/tree-ssa-loop-manip.h | 2 +- gcc/tree-ssa-sccvn.c | 27 +- libphobos/configure | 2 +- libphobos/configure.ac | 2 +- 29 files changed, 869 insertions(+), 192 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr78655.c create mode 100644 gcc/tree-ssa-alias-compare.h