This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8cd140d3658 RISC-V: Add FRM and rounding mode operand into floating poi [...] new b06cfb62229 MATCH: [PR109424] Simplify min/max of boolean arguments
The 1 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 | 8 ++++++ gcc/testsuite/gcc.dg/tree-ssa/bool-12.c | 44 +++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/bool-13.c | 38 ++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/minmax-20.c | 27 +++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/minmax-21.c | 28 ++++++++++++++++++++ 5 files changed, 145 insertions(+) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/bool-12.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/bool-13.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/minmax-20.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/minmax-21.c