From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A1B923858C2A; Tue, 31 Oct 2023 15:20:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A1B923858C2A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698765652; bh=urzKoZGvWTf2sKSrAIplFDl3juj8StkklbKtE9KOAh0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=b/UFCQ8z4WIII/LRRFQvx28wl3c0V6ugOKiNgDyc1d2X9zft9NX45FeAUJvY555RD NipwW0f9oEKOygScUGr3CAEAfsZcJ8EMxKdDIvF4If8Jg25aEWiQzRTMKyO3v8m7e6 /PUUTKTC4/BUcI1yXu24gos0GfNoYmtxPnrFEeC8= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/112315] 32-bit numeric conversion functions missing - only wstring versions defined Date: Tue, 31 Oct 2023 15:20:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also 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=3D112315 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=3D2246731 --- Comment #1 from Jonathan Wakely --- I think this is a Fedora packaging problem: https://bugzilla.redhat.com/show_bug.cgi?id=3D2246731 My builds of upstream GCC 13 work correctly.=