This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 153eafaa0b7 genmatch: fixup get_out_file new a8302d2a466 tree-ssa-ccp, wide-int: Fix up handling of [LR]ROTATE_EXPR [...] new c2cf2dc988e 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