This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6a27c430468 expand: Fix up IFN_ATOMIC_{BIT*,*CMP_0} expansion [PR105951] new 74e6a403357 match.pd: Fix up __builtin_mul_overflow_p signed type optim [...] new 9642d07c35f match.pd: Improve y == MIN || x < y optimization [PR105983]
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/match.pd | 13 ++++++------- gcc/testsuite/gcc.c-torture/execute/pr105984.c | 19 +++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr105983.c | 17 +++++++++++++++++ 3 files changed, 42 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr105984.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr105983.c