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 6bc2cf17eb9 rs6000: Guard power9-vector for vsx_scalar_cmp_exp_qp_* [PR108758] new 97f404d53e0 tree-ssa-ccp, wide-int: Fix up handling of [LR]ROTATE_EXPR [...] new 5fd2537b36d testsuite: Add further testcase for already fixed PR [PR109778]
The 2 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/testsuite/gcc.c-torture/execute/pr109778.c | 26 ++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/lto/pr109778_0.c | 22 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/lto/pr109778_1.c | 7 +++++++ gcc/tree-ssa-ccp.cc | 6 ++++-- gcc/wide-int.h | 11 +++++++---- 5 files changed, 66 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr109778.c create mode 100644 gcc/testsuite/gcc.dg/lto/pr109778_0.c create mode 100644 gcc/testsuite/gcc.dg/lto/pr109778_1.c