This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2990f5802a7 RISC-V: Enable builtin __riscv_mul with Zmmul extension. new 0883c88664d tree-optimization/116024 - simplify C1-X cmp C2 for UB-on-o [...] new 65b33d43d29 tree-optimization/116024 - simplify C1-X cmp C2 for unsigned types
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 | 47 +++++++++++++++++++++ gcc/testsuite/gcc.dg/pr67089-6.c | 4 +- gcc/testsuite/gcc.dg/tree-ssa/pr116024-1.c | 65 +++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr116024.c | 66 ++++++++++++++++++++++++++++++ 4 files changed, 180 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr116024-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr116024.c