https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109758
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
libstdc++ doesn't depend on libquadmath and the __float128 support is there
very limited.
Use std::float128_t instead (in GCC 13.1)?
