This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 19e7179f654 Add regression test new fefa09cb6a1 Fix modref's iteraction with store merging new 1a2725d346d testsuite: fix PR111613 test new 477e905d6f3 Fix accounting of offsets in unadjusted_ptr_and_unit_offset new 55b3fc2ab64 Fix modref_eaf_analysis::analyze_ssa_name handling of value [...] new 63557666869 Fix points_to_local_or_readonly_memory_p wrt TARGET_MEM_REF new d5b42d1aa0c Fix handling of ICF_NOVOPS in ipa-modref
The 6 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-fnsummary.cc | 4 ++- gcc/ipa-modref.cc | 45 ++++++++++++++++---------- gcc/ipa-prop.cc | 4 +-- gcc/testsuite/gcc.c-torture/execute/pr111613.c | 29 +++++++++++++++++ gcc/testsuite/gcc.c-torture/execute/pr113787.c | 38 ++++++++++++++++++++++ gcc/testsuite/gcc.c-torture/execute/pr114207.c | 23 +++++++++++++ gcc/testsuite/gcc.c-torture/execute/pr115033.c | 35 ++++++++++++++++++++ 7 files changed, 158 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr111613.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr113787.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr114207.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr115033.c