From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0AEAE3858CDB; Mon, 15 Apr 2024 15:33:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0AEAE3858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713195227; bh=LfSzX7BOhopSANUGbuli86KVmRZ38IpDzBBrpGgUPoI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KfS/zY9wTMtoteLWmMKaQaEwTzfUWbvVCidu5AMmEWLGIQ92pYgeioqvcjpRal1pM 9AujCJz4CCaMdec2efLXvbyb8io9dSiYrd9MGfeVN951GgNofsBJe5ddCRs75p6dqC T8HpJn6xAcwjkCfBZzZZggo12hu2+M8mVTz3Oklg= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110006] [11/12 Regression] friend function template with constraint doesn't match existing declaration Date: Mon, 15 Apr 2024 15:33:45 +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: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: ppalka 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 Regression] |[11/12 Regression] friend |friend function template |function template with |with constraint doesn't |constraint doesn't match |match existing declaration |existing declaration --- Comment #6 from Patrick Palka --- Now also backported for GCC 13.3 as r13-8608-g38c2679ff9330d and r13-8609-g265f207a46bc38.=