This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]