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 7995713012f Fix folding of BIT_NOT_EXPR for POLY_INT_CST [PR118976] new 3634a7d15d9 combine: Discard REG_UNUSED note in i2 when register is als [...] new 5ab16e594f2 testsuite: Add tests for already fixed PR [PR119071]
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/combine.cc | 15 ++++---- gcc/testsuite/gcc.c-torture/execute/pr119071.c | 15 ++++++++ gcc/testsuite/gcc.dg/pr119071.c | 45 +++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr118739.c | 50 ++++++++++++++++++++++++++ 4 files changed, 118 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr119071.c create mode 100644 gcc/testsuite/gcc.dg/pr119071.c create mode 100644 gcc/testsuite/gcc.target/i386/pr118739.c