From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 03D5A385700D; Fri, 29 Sep 2023 08:49:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 03D5A385700D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695977341; bh=9+WQpNh4xp1X7l4w5ZWPZ1AbT3AugF/LjzQz5K4CVac=; h=From:To:Subject:Date:In-Reply-To:References:From; b=AySXyIYjhfN+8Vx/ieTruEu8PiKrThWJcQ+EqVEf6ED4BZgazz/9UTl4WOOfzrKbV WLtyEsCnr74UQ7FKGCJdu2MDIiFje9XyZ3easDk/+Er+M7kmXdxOic6O3bTCLzgFT+ 99vMUd9+2EY/jS/OE1u4j7rZdtbSlh3gFL6WIQds= From: "dimitry at andric dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/111632] gcc's C++ components fail to compile against recent libc++ headers Date: Fri, 29 Sep 2023 08:49:00 +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 X-Bugzilla-Severity: normal X-Bugzilla-Who: dimitry at andric dot com 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: --- 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 #3 from Dimitry Andric --- (In reply to Richard Biener from comment #2) > the patch looks reasonable, please post it to gcc-patches@gcc.gnu.org https://gcc.gnu.org/pipermail/gcc-patches/2023-September/631611.html=