https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89250
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-bisection Status|UNCONFIRMED |NEW Last reconfirmed| |2019-02-08 CC| |marxin at gcc dot gnu.org, | |rguenth at gcc dot gnu.org Component|tree-optimization |testsuite Ever confirmed|0 |1 --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> --- Not sure why it ever should have not worked... maybe if-conversion related due to short-cutting ||? IIRC it also passes on the 8 branch? Martin, can you check what made it pass?