This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from 9a7d668fc58 Reduce recursive inlining of always_inline functions new c5397d343ff Compare loop bounds in ipa-icf new f2e98084792 Fix accounting of offsets in unadjusted_ptr_and_unit_offset new 27ef3a0779e 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