From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C6DE83857C4F; Fri, 2 Feb 2024 18:02:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C6DE83857C4F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706896956; bh=vlOW1//AfYUOSusO49VBigGdfAC0xvbfrJ94wlm0Zko=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aOT/KySOB6778kxAS0AgMFpx69KVx5sauxoeqJjywppKAvxvisQ/sQdtAxJ17AGnj PpQoSz7aNnWth4BGCI0eVU+kx0SBiojRHlMC+LLAbr2UJgHOdofD1Lz0a3oAxwvuGn yHt4kB1KJy+SAbShp2KszK8nTmjaRyqMoTAx4AbU= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/99599] [11/12/13 Regression] Concepts requirement falsely reporting cyclic dependency, breaks tag_invoke pattern Date: Fri, 02 Feb 2024 18:02:33 +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: 11.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: SUSPENDED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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=3D99599 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12/13/14 Regression] |[11/12/13 Regression] |Concepts requirement |Concepts requirement |falsely reporting cyclic |falsely reporting cyclic |dependency, breaks |dependency, breaks |tag_invoke pattern |tag_invoke pattern --- Comment #19 from Patrick Palka --- The unwanted constraint recursion should be fixed in GCC 14 for the most co= mmon cases.=