From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 534C23858C5F; Wed, 6 Mar 2024 22:52:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 534C23858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709765567; bh=PEW5CDvRfghOYPdu3/Za+8mlMjFBikdM1kX1TM6RBbs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xm0A/sJkJ7bBeJBPJiQeFEu8Be712jFdwyuHZBuZho5i5BKGM3HoIv1p4TVRWxWUq ezBgnszWl29qMNbtozgLGQaGaN3LX+uqQKx0GXYcOWYRr3PrAAri5qT3Pyddcgxya5 fT2R7QDAvsTJAoKT6Rec+5ktt1hxfM0pg++skYJc= 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: Wed, 06 Mar 2024 22:52:46 +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 #17 from Dimitry Andric --- With both attached patches, I can build gcc master (gcc-14-9347-g790e0b478e= a) with --disable-bootstrap, against libc++ 18 on FreeBSD 15-CURRENT, using cl= ang 18 as host compiler.=