From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A2D043858412; Thu, 13 Jul 2023 10:00:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A2D043858412 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689242423; bh=LLq1E8GqpCwyi25Bz8+eAHe6DFta3KYu+AnnqeHGStY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uGdCBlxRv3V7EO2wFrT47gXFI5cVcGKorst35boEDJEumTENMhsaUUsC2kzUaxPOL 2p/73q/VB9rmy7Ti3Xr9wqjhNs5MpBy4j9N5Hc5e5BAKRpXUwZ8E3GsZ3DDUZqWQoo V2a6/x9mNPCdP6GhSXbbzwSz5i4YGOGKwfUoATs4= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/110646] [14 Regression] gensupport.cc:643:18: error: 'stoi' is not a member of 'std' Date: Thu, 13 Jul 2023 10:00:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D110646 --- Comment #4 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #2) > I'll split out the checks needed for std::stoi etc. See Bug 110653 for the library improvements.=