From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AA3A03858413; Tue, 30 Jan 2024 17:30:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AA3A03858413 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706635846; bh=4yFD6+ZPuWaYLK4iXQpJZ1XIlQUJvsUL3ROMFMYaBwg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BwD0/gK93FPHGAktSe5oaEXkLPb8FhtLI+tyZrBQ4x5jRUXCFN61bikHZGRe736Qi IKJuJuKydZ77I6nB2AKzWW1VOp5rhJh9rMDafEVQ6YaSiO3H87V5P87lhQHKRb1CL1 VMpipNiYUjpKEBwjRobicnZPwmL1S/EXHiv9yqaI= From: "cvs-commit 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: Tue, 30 Jan 2024 17:30:42 +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: cvs-commit 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 --- Comment #8 from GCC Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:1a4c47e10e8ba06f04de2d41a040ba1494843a01 commit r14-8634-g1a4c47e10e8ba06f04de2d41a040ba1494843a01 Author: Patrick Palka Date: Tue Jan 30 12:30:32 2024 -0500 c++: add original testcase [PR67898] The original testcase from this PR (fixed by r14-8291) seems rather different from the others, so let's add it to the testsuite. PR c++/67898 gcc/testsuite/ChangeLog: * g++.dg/cpp0x/temp_default8.C: New test.=