From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E6EDD385E836; Thu, 9 May 2024 11:47:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E6EDD385E836 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715255247; bh=KQm37qWYgrJImXsb36FNIGH2U2K2uLMc1TnIAc/8/Ts=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kGHqh4NoLlcIqio2aPVZv8tUShKq+3xgxKrk8K+kTTOxawNCX5bb6/MlpD7hKG56J sWV4TdluClkUZZD1p1WOCtMuHeIZP91DnX1qDbs9QPJwKmpNAxXvQJFDpgfnrTRxx4 igLU6ykN5Mev8loFCXBAuLumvrkZSQb6uZM21GNs= From: "dimitry at andric dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/111632] gcc fails to bootstrap when using libc++ Date: Thu, 09 May 2024 11:47:27 +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 at andric dot 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 #29 from Dimitry Andric --- (In reply to Liviu Ionescu from comment #28) > (In reply to Francois-Xavier Coudert from comment #27) > > *** Bug 115006 has been marked as a duplicate of this bug. *** >=20 > 11506 is related to gcov.cc, does the existing fixes also apply to this f= ile? https://gcc.gnu.org/g:9970b576b7e4ae337af1268395ff221348c4b34a fixes system= .h which is also included by gcov.cc, so I would expect that to work. Which version of gcc were you building?=