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

--- Comment #18 from Segher Boessenkool <segher at gcc dot gnu.org> ---
Ah, I didn't see the
  else
    ieee128_float_type_node = ibm128_float_type_node = long_double_type_node;
which looks completely garbage.  It long double is just DP float, we certainly
do not want either __ibm128 or __ieee128 to be the same!

Mike?

Reply via email to