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 0fbad21b070 testsuite: Fix up builtin-clear-padding-3.c for -funsigned-char new 0f593e4cd82 PR tree-optimization/113673: Avoid load merging when potent [...] new 0b7ec50ae29 Fix points_to_local_or_readonly_memory_p wrt TARGET_MEM_REF new b0452ed2fdc analyzer: fix ICE seen with -fsanitize=undefined [PR114899] new a4c9ade7288 i386: PR target/115351: RTX costs for *concatditi3 and *ins [...] new c314867fc06 c++: ICE with __has_unique_object_representations [PR115476]
The 5 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/analyzer/access-diagram.cc | 3 +- gcc/config/i386/i386.cc | 43 ++++++++++++++++++++++ gcc/cp/semantics.cc | 2 +- gcc/gimple-ssa-store-merging.cc | 6 ++- gcc/ipa-fnsummary.cc | 4 +- .../analyzer/out-of-bounds-diagram-pr114899.c | 15 ++++++++ .../g++.dg/cpp1z/has-unique-obj-representations4.C | 16 ++++++++ gcc/testsuite/g++.dg/pr113673.C | 14 +++++++ gcc/testsuite/g++.target/i386/pr115351.C | 19 ++++++++++ gcc/testsuite/gcc.c-torture/execute/pr113787.c | 38 +++++++++++++++++++ 10 files changed, 155 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/analyzer/out-of-bounds-diagram-pr114899.c create mode 100644 gcc/testsuite/g++.dg/cpp1z/has-unique-obj-representations4.C create mode 100644 gcc/testsuite/g++.dg/pr113673.C create mode 100644 gcc/testsuite/g++.target/i386/pr115351.C create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr113787.c