From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0D5073858410; Tue, 9 May 2023 19:20:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0D5073858410 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683660030; bh=LCsrofUwB9TrPrJVH5ZM2GX87pOg0LRTtE6MNKdIlI0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uIOMd8VNRudB1nLm+W7wYKmnEaWt3zmlndgKryvT/eRLQUShwyD0x4YXu4vsdI+7E KD6PnnDhVDbFbA53OQzmXJc4qaixAtmR9c6p56xjVK1/7bSHASM0VzntiF1GdLeSO1 mk1N5ScYQva0v7JTMgFsrUpRa+6VGeEaXjPpQz1Q= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109751] boost iterator_interface fails concept check starting in gcc-13 Date: Tue, 09 May 2023 19:20:29 +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: 14.0 X-Bugzilla-Keywords: ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka 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: see_also cc 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=3D109751 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D108303 CC| |ppalka at gcc dot gnu.org --- Comment #18 from Patrick Palka --- A similar issue with constrained hidden friends + CRTP + CWG2596 was report= ed previously as PR108303=