https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117958

            Bug ID: 117958
           Summary: g++.dg/tree-ssa/pr117123.C fails on aarch64-linux-gnu
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Keywords: missed-optimization, testsuite-fail
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
  Target Milestone: ---
            Target: aarch64-linux-gnu

https://gcc.gnu.org/pipermail/gcc-testresults/2024-December/832336.html

I can't figure out why there is a missed optimization though.

Note adding `--param logical-op-non-short-circuit=0` or `--param
logical-op-non-short-circuit=1` allows the ifs to be optimized.

Reply via email to