https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120837
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- This is a dup of bug 120471 . The pattern for the workaround vs the original code is exactly the same as what the testcase for bug 120471. `(ll % 2 ? b : ib)[c % 3]` vs: `(nNew>nOld ? apNew : apOld)[nOld-1];` *** This bug has been marked as a duplicate of bug 120471 ***