[Bug libgcc/65833] Attempting to convert 128 bit integers to 128 bit decimal floating-point results in an unresolved symbol
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Nov 6 18:16:17 GMT 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65833
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org
Last reconfirmed| |2023-11-06
Status|UNCONFIRMED |ASSIGNED
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 56517
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56517&action=edit
gcc14-pr65833.patch
Untested implementation (on top of _BitInt support, so for now x86_64 only,
but with the hope that other int128 targets will gain _BitInt support soon).
More information about the Gcc-bugs
mailing list