From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C681F386EC79; Mon, 27 Jul 2020 15:04:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C681F386EC79 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1595862283; bh=Pn0zOeb3t+TvzjV/PtYs71ipQiO+g7ivQ4uyDCxoavM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Kb0b4EhoTwAjM2cJb6ROPN+qn2opNgsxEZW1nLni2eOaZMO++CTgxuSUjqHTYJPMv PEYYPeLoFR+xnML4VySENGmhKHbhNW9MwztxbDE0O3RgBqKntDD49azk5c7m7Hxal9 bpwPb5bb3BZyym53FPBUKPfeCdBIU4NeJYKtOPDk= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/96333] [10/11 Regression] Regression on concepts constraint checking Date: Mon, 27 Jul 2020 15:04:43 +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: 10.2.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: redi 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: 10.3 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jul 2020 15:04:43 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96333 --- Comment #3 from Jonathan Wakely --- The commit is: c++: Refinements to "more constrained". P2113 from the last C++ meeting clarified that we only compare constrai= nts on functions or function templates that have equivalent template parame= ters and function parameters. And the relevant change is http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p2113r0.html=