From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D89773857C71; Mon, 16 Oct 2023 16:53:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D89773857C71 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697475202; bh=e+RPJi5rLFrPoq5lzZhavh+qXPkXdXBJMchLpYb2YEM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=tfBoR1WIsVZixM57MlhbhIHGZSka5RArPeT8V6MO507PlSzIJUcntLPNRxIfmqx3X UM3mz1q7XGTEONWuED3zGWkGqYQVAoMqLU7Xsx/oGZyiA6pn3hvd+/eGERJos0TAmu 4KoO4DuSPGZxRm0Qdf7ht6eWgb0EZh1nXurS+Px4= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/111831] friend with requires keyword compilation error Date: Mon, 16 Oct 2023 16:53:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.2.1 X-Bugzilla-Keywords: needs-bisection, needs-reduction, rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: keywords cf_gcchost 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=3D111831 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-bisection, | |needs-reduction, | |rejects-valid Host|Linux e5-2620v2 | |6.5.7-arch1-1 #1 SMP | |PREEMPT_DYNAMIC Tue, 10 Oct | |2023 21:10:21 +0000 x86_64 | |GNU/Linux | --- Comment #3 from Andrew Pinski --- Seems to work on the trunk ...=