From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 933423858403; Tue, 8 Nov 2022 14:19:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 933423858403 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667917149; bh=jA6VdbseJa3ahQDMpXxQud04tYegmPxImOBBDbQ8mPM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mpwqTvA8hkj4+i1ctcUedcwG2nYqNYTOLeXGhKYqfAN2LjgdBi8nIMOW//gE/kJTv vFmzetvDT3Ugc6+flxUbvEg9hfUcAFWYE6qc4+erceZPva8tNz75EUI9cAH1m8OjD4 GgcmCOxAdylDw0bzGfkLOaF3s+Phh9J+zyKhxPMA= From: "ppalka 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: Tue, 08 Nov 2022 14:19:08 +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: ppalka at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone short_desc cf_known_to_work cc assigned_to cf_known_to_fail bug_status 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 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |12.3 Summary|ambiguity error for friend |[12/13 Regression] |with templated constexpr |ambiguity error for friend |argument |with templated constexpr | |argument Known to work| |11.3.0 CC| |ppalka at gcc dot gnu.org Assignee|unassigned at gcc dot gnu.org |ppalka at gcc dot g= nu.org Known to fail| |12.2.0, 13.0 Status|NEW |ASSIGNED --- Comment #2 from Patrick Palka --- Started with r12-6075-g2decd2cabe5a4f=