https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89454
Alexandre Oliva <aoliva at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE --- Comment #3 from Alexandre Oliva <aoliva at gcc dot gnu.org> --- ccp drops the conditional assignment, and then cfgcleanup drops the forwarder blocks and the test. Fixed by the patch for PR89892. *** This bug has been marked as a duplicate of bug 89892 ***