https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119217
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Yeah. Given the current restriction of targets which support _Float128 (and
__int128),
the compiler should be either using real.cc APIs or mpfr to work on the IEEE
quad floating point (e.g. convert from string, to string, rounding, arithmetics
on it)
and for __int128 either wide_int or gmp.