https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88078

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
For GCC 8.2 using -std=c++14 instead of -std=gnu++14 will disable the
__float128 specializations, avoiding the problem of long double and __float128
being the same type.

Reply via email to