https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114582
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ebotcazou at gcc dot gnu.org
Last reconfirmed| |2024-05-03
Ever confirmed|0 |1
Status|UNCONFIRMED |NEW
--- Comment #5 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Rather weird, given that there is apparently no FP in the code. The (kludgy)
way out could be to exclude the inexact flag from the test, as I don't think
that people really care about exceptions on inexact results in practice.