From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CB2D53858002; Mon, 6 Nov 2023 18:16:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CB2D53858002 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699294578; bh=QMu3L/2Dxk0n5UgxAFy+IWOhQo3zjcuHyUS2RJqpdL4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vBbV/2CJMjLVRWfqvpJkWikg53rBW/ysClCmW/h3yNEtpyHvje82JOblmNNATO9VK tuFt2cmxuxLdEyj0g12bvGOPXC8K6LpY/THJc4ukegolqORW115Of7BtVAuzVrdKHc 1pUzItiEJthAVDtcbUpmGFMyKA/zdSYVqiJfMsqE= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgcc/65833] Attempting to convert 128 bit integers to 128 bit decimal floating-point results in an unresolved symbol Date: Mon, 06 Nov 2023 18:16:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgcc X-Bugzilla-Version: 6.0 X-Bugzilla-Keywords: link-failure X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed assigned_to cf_reconfirmed_on bug_status attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D65833 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gn= u.org Last reconfirmed| |2023-11-06 Status|UNCONFIRMED |ASSIGNED --- Comment #2 from Jakub Jelinek --- Created attachment 56517 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56517&action=3Dedit 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)= .=