From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D40D63858408; Sat, 4 Feb 2023 10:39:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D40D63858408 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675507180; bh=QE7HTztSgT8v2O6SGPj+5fcnTlRrQAPcaWEscxx3nH4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=N8Z9m4+4Xa0RGQmhzg37kur3pCGSK4fIVFchmSiUlzMctbmUt6KIH0FYleZa2QOHF LXqWABkJxTrKsdVwfXlvI54h3YpevRzZqMaGR0Ek8EmgMBt7CDRVcRWqO1gfzddJ/d 9TNHoXqbqAqa3sbK/9O2cjQNYPAk9RyGFYKrYWpw= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107461] [12/13 Regression] ambiguity error for friend with templated constexpr argument Date: Sat, 04 Feb 2023 10:39:40 +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: 13.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: REOPENED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: priority 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=3D107461 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P1 Summary|[12 Regression] ambiguity |[12/13 Regression] |error for friend with |ambiguity error for friend |templated constexpr |with templated constexpr |argument |argument=