This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 34f33ea8015 rtl-ssa: Avoid using a stale splay tree root [PR116009] new 0d19fbc7b07 Compare loop bounds in ipa-icf new 391f46f10b0 Fix accounting of offsets in unadjusted_ptr_and_unit_offset new cf8ffc58aad Fix modref_eaf_analysis::analyze_ssa_name handling of value [...]
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/ipa-icf-gimple.cc | 4 +++ gcc/ipa-modref.cc | 6 +++-- gcc/ipa-prop.cc | 4 +-- gcc/testsuite/gcc.c-torture/compile/pr115277.c | 28 +++++++++++++++++++++ gcc/testsuite/gcc.c-torture/execute/pr114207.c | 23 +++++++++++++++++ gcc/testsuite/gcc.c-torture/execute/pr115033.c | 35 ++++++++++++++++++++++++++ 6 files changed, 96 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr115277.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr114207.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr115033.c