From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2C14038582B1; Sat, 3 Feb 2024 00:11:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2C14038582B1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706919089; bh=/Ors3qQ1yI+fuKh/+72V2717KrYaRCZ2Hjw8KRFQHXo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Aq2GmKLsApxhq5hg8e3C7vgOJR66rlcAiiVXGU9zi2X6tT3mJMkZuKySxKbcnNL7b xM3en/KJpT2lv0CFKmloOMLfuVIOX3L1tDQ4LcZ6oSRx8KsbqdLCpFOSUm4zVKKTRu NIT+5AP/HxzR7ePD+STkb9/2WUaE7OwWkZpE7tbQ= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110006] [11/12/13 Regression] friend function template with constraint doesn't match existing declaration Date: Sat, 03 Feb 2024 00:11:28 +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: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 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=3D110006 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12/13/14 Regression] |[11/12/13 Regression] |friend function template |friend function template |with constraint doesn't |with constraint doesn't |match existing declaration |match existing declaration --- Comment #5 from Patrick Palka --- Fixed for GCC 14 so far.=