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 e3261528455 gimple-fold: Avoid ICEs with bogus declarations like const [...] new cfd7c674139 cselib: For CALL_INSNs to const/pure fns invalidate memory [...] new 5499c332a60 cselib: Fix up previous patch for SPARC [PR117239] new 4b9f2877e33 alias: Perform offset arithmetics in poly_offset_int rather [...]
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/alias.cc | 68 +++++++++++++--- gcc/cselib.cc | 169 +++++++++++++++++++++++++++++++++++++--- gcc/testsuite/gcc.dg/pr117239.c | 42 ++++++++++ 3 files changed, 256 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr117239.c