This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from ea7d7818fdc Remove buggy special case in irange::invert [PR109934]. new e098149b6b2 Fix accounting of offsets in unadjusted_ptr_and_unit_offset new f2686f12e93 Fix modref_eaf_analysis::analyze_ssa_name handling of value [...] new 92889011625 Fix points_to_local_or_readonly_memory_p wrt TARGET_MEM_REF new b454ad0e4eb Fix handling of ICF_NOVOPS in ipa-modref new 65b67169fb1 Fix modref's iteraction with store merging new 0e3580191b4 testsuite: fix PR111613 test
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