https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104402
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW Assignee|pinskia at gcc dot gnu.org |unassigned at gcc dot gnu.org --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- So thinking about this, my patch does not work for the case where we have: complex = complex == complex ? complex : complex; I don't know if that will show up or not but it is still an issue. I will leave this for someone else to fix.