https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85605
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed|2023-06-04 00:00:00 |2024-10-28 --- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I have a decent fix that is reasonable and does not allow too much. Only up to 2 statements defining the lhs/rhs of the comparison and only a nop convert at this point since a nop convert will "not emit any code" (not totaly true but most cases it is).