https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122292
Bug ID: 122292
Summary: FAILs in ordered reduction since
r16-3387-g0240c52eb6772c
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: rdapp at gcc dot gnu.org
Target Milestone: ---
Target: riscv
Since r16-3387-g0240c52eb6772c we see two FAILs:
FAIL: gcc.target/riscv/rvv/autovec/cond/pr111401.c -ftree-vectorize -O2
-mrvv-max-lmul=m1 execution test
FAIL: gcc.dg/vect/vect-cond-reduc-in-order-2-signed-zero.c execution test
The second test was introduced specifically to ensure we use a negative zero as
neutral reduction element.
Haven't looked deeper yet, just filing the PR for bookkeeping.