From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C37AB3858C56; Fri, 19 Jan 2024 18:39:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C37AB3858C56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705689592; bh=yC917Xy/HVSYImvbE8NFsWplXrlIlDjXFezsfduyEXs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qCFG0scp3SJZICfBzU9hUHbziqVN8FeczwTnsdUqxOJd3xi4vjzXIVe+Eih5BbH84 lIaRftQRlepD56v4rVw9dDq3oPHz6xQt/fIBHoHA3tyA4i3m8U9gMGbjKWCmyx2xDT OupnIUuYhxu5Vo3Iufc48yZJfvXelK3R/Kax0Apo= From: "jason at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/67898] rejects-valid on overloaded function as non-type template argument of dependent type Date: Fri, 19 Jan 2024 18:39:51 +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: 5.1.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: jason at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status target_milestone resolution 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=3D67898 Jason Merrill changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jason at gcc dot gnu.org Status|ASSIGNED |RESOLVED Target Milestone|--- |12.0 Resolution|--- |FIXED --- Comment #6 from Jason Merrill --- The original testcase was indeed fixed by the patch for 61355, and Patrick's unrelated testcase in comment 4 is fixed by my commit just now. Closing as fixed in 12, but that only applies to the original testcase.=