From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5A23C386C5AC; Fri, 29 Sep 2023 08:38:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5A23C386C5AC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695976680; bh=gP7O0pEXEmdp6ijhR0nKzm8GVgrCKniWYH8ywRzJ/2k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OaWFfUeu/GI+wOB3JN0Rkv6/7VILyVJq8xYC0oJzoNAKfIJmectEdif7ldVfB/GMx HSiGEjoo9bxTnrxpyDxBPAS97ITsEBFjkUmwL6F6JVMcyOhkn1jARmtq/d0R6rEz6P 2luRF0O9DZMZrQuUz4r2X20efesCRJzY3nxB8QW8= From: "rguenth at gcc dot gnu.org" 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:37:52 +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: rguenth at gcc dot gnu.org 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 #2 from Richard Biener --- the patch looks reasonable, please post it to gcc-patches@gcc.gnu.org=