From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D468D385770F; Thu, 7 Mar 2024 18:55:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D468D385770F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709837734; bh=hSsz/8bqIbRdeXUEK9v2xqDf0PwVqLjzAgPzY8ZZoWE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=oZexHKf3kHhLolQ/6CfFCeXYGLpeD9mgS1WizEDl3FwqqyThwBIsGpQ02vaKSXxdF XDS4ih2EvWs1zVdqVFuZAe8Z3E9yG0F5SD5RmQAkVUibxzi1O5cojGdYDo4sl3Wl4e /0OqaHJs6XnOpmcw2msOEo/+Xc/33IYwDyJcNIwo= From: "dimitry@unified-streaming.com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/111632] gcc fails to bootstrap when using libc++ Date: Thu, 07 Mar 2024 18:55:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: build, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: dimitry@unified-streaming.com X-Bugzilla-Status: NEW 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: 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=3D111632 --- Comment #19 from Dimitry Andric --- (In reply to Francois-Xavier Coudert from comment #18) > First patch pushed as > https://gcc.gnu.org/git/?p=3Dgcc.git;a=3Dcommit; > h=3D9970b576b7e4ae337af1268395ff221348c4b34a > (forgot to add the PR number, silly me) Thank you. The next patch has been posted: https://gcc.gnu.org/pipermail/gcc-patches/2024-March/647394.html=