https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92449
Segher Boessenkool <segher at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |segher at gcc dot gnu.org --- Comment #4 from Segher Boessenkool <segher at gcc dot gnu.org> --- If flag_finite_math_only, the backend should never be presented with "ordered" or "unordered" codes (or uneq, unlt, unge, unle, unge, or ltgt). But I have a patch to let the rs6000 backend survive even then (well, only for those first two codes, the rest does not seem to happen).