This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a603163 combine: Take known zero bits into account when checking extraction. new c35e604 S/390: Replace rtx_equal_p with reg_overlap_mentioned_p in sp [...] new 73ef73b PR middle-end/71308 * gimple-fold.c (gimple_fold_call): Che [...] new 8e3ffe3 * cfgloop.c (record_niter_bound): Record likely upper bounds [...] new 4549348 Remove aarch64_cannot_change_mode_class as the underlying iss [...]
The 4 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 | 46 ++++++++++++++++++++++ gcc/cfgloop.c | 70 ++++++++++++++++++++++++++++++++++ gcc/cfgloop.h | 5 +++ gcc/cfgloopmanip.c | 3 ++ gcc/config/aarch64/aarch64-protos.h | 3 -- gcc/config/aarch64/aarch64.c | 18 --------- gcc/config/aarch64/aarch64.h | 3 -- gcc/config/s390/s390.md | 4 +- gcc/gimple-fold.c | 3 +- gcc/loop-unroll.c | 21 ++++++++++ gcc/lto-streamer-in.c | 3 ++ gcc/lto-streamer-out.c | 3 ++ gcc/testsuite/ChangeLog | 5 +++ gcc/testsuite/g++.dg/torture/pr71308.C | 18 +++++++++ gcc/tree-ssa-loop-ivcanon.c | 8 ++++ gcc/tree-ssa-loop-niter.c | 66 +++++++++++++++++++++++++++++--- gcc/tree-ssa-loop-niter.h | 4 ++ 17 files changed, 251 insertions(+), 32 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr71308.C