https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88078
--- Comment #3 from Jeffrey Walton ---
(In reply to Jonathan Wakely from comment #2)
> 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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88078
--- Comment #2 from Jonathan Wakely ---
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.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88078
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---