https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94920
--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #6) > (In reply to Paul Hua from comment #5) > > > > Yes, we should do. This also fails the ABS_EXPR scan-tree-dump on LoongArch. > > And on riscv32. I will look into that failure later this week. I am suspecting it is because for both LoongArch and RISCV, logical-op-non-short-circuit defualts to 0. I am going to debug it right now.