[Bug libgcc/65833] Attempting to convert 128 bit integers to 128 bit decimal floating-point results in an unresolved symbol

mpolacek at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Apr 22 09:25:00 GMT 2015


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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mpolacek at gcc dot gnu.org
          Component|c                           |libgcc

--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Looks like libbid is missing conversion functions for uint128 -> _Decimal128.
It is able to convert uint64 -> _Decimal128 though, for that .expand generates
__bid_floatunsditd.



More information about the Gcc-bugs mailing list