From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2972D3858D39; Thu, 9 May 2024 12:07:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2972D3858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715256435; bh=FQoY9wB4U3kSMqacxn0sDrqfucdG8lj+J983+t9XbNc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CWsWf/yH+bnrIhn+7ZzDUDReiWEex+Ww7FRM5w/zPyt3c564rP5JFTKPJ7OWhMTNm u2oMHqX2KwWtGjMsuy5h06OTrNiGzjaj/Cn8icmd4HllSTEA7If/y2mAMY9NY9CFK5 vUZ0VwrXqs4AATliKTsmo4avkbXVhwzB6Yxww8aA= From: "ilg at livius dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/111632] gcc fails to bootstrap when using libc++ Date: Thu, 09 May 2024 12:07:14 +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: ilg at livius dot net 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 #30 from Liviu Ionescu --- (In reply to Dimitry Andric from comment #29) > ... fixes system.h which is also included by gcov.cc ok, great. > Which version of gcc were you building? in the reported bug I was building 13.2. was the fix backported to older versions?=