From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CC5BB3858D20; Wed, 12 Jul 2023 20:31:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CC5BB3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689193869; bh=rtQfnMR0whTX+hOQfnIa7xuvmmcPS0gtjx2WeeoELPo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=twekvZeeLCVztdYz329qh3XXVLANGnXhr1+3R5sWK/ZLAeayiOLuvAdon7NkhZ7xZ 9sUk71nrRtUb2oWud+RcQEiXdCMVJRTHIQfpQj1bTJF3DohRC6Nq9tVNvwuddLIg5K YR4CQOVafi4iv9p5sXzWuvtt86vRrZ7PUv35OkWM= 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: Wed, 12 Jul 2023 20:31:09 +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: 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: 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 #3 from Jonathan Wakely --- We'll still need to avoid std::stoi in stage1 because the host compiler mig= ht not have it, even if we make it available in libstdc++ for stage2 and stage= 3.=