https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94083
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Ah, ok. So then expansion should just concentrate on the fabs (x) <= nextafter (inf, 0) case for soft-float case and defer the rest to PR66462 which would handle that much earlier.