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 cc589c2a4be testsuite: Add testcase for already fixed PR [PR117498] new 0902cdb6069 tree-optimization/113197 - bougs assert in PTA new aef1a618e20 testsuite: Require effective target pie for pr113197 new be76efab038 DSE: Fix ICE after allow vector type in get_stored_val
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/dse.cc | 4 +++- gcc/testsuite/gcc.dg/lto/pr113197_0.c | 16 ++++++++++++++++ gcc/testsuite/gcc.dg/lto/pr113197_1.c | 3 +++ gcc/testsuite/gcc.target/riscv/rvv/base/bug-6.c | 22 ++++++++++++++++++++++ gcc/tree-ssa-structalias.cc | 1 - 5 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/lto/pr113197_0.c create mode 100644 gcc/testsuite/gcc.dg/lto/pr113197_1.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/bug-6.c