From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8F8943858C00; Mon, 5 Jun 2023 19:29:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8F8943858C00 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685993384; bh=491Ebr1M+dIHHJCY+p63ht6G5nF0K+HN/qZ1UHOPWq4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cdTvxWileHQv1uN/RVBm6EFy+TbWHJS4fIlekGFCq7CDWBHbuFj0nxsexmAUQK8x1 Wl5uySZBM9xYf8lHWiGTexqVdshXJ78tLVmKGjrkvkMX/TiMVNK0rNDHbfy/UIsz/c qnZT8oM+NwW26nE1g/d5Meu/3FEFYJL+PSsE+T0A= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/104577] needs copy constructor for class non-type template parameter Date: Mon, 05 Jun 2023 19:29:43 +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: 11.2.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D104577 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ppalka at gcc dot gnu.org --- Comment #5 from Patrick Palka --- The comment #1 and comment #2 testcases are (correctly?) accepted by GCC 13 ever since r13-1045-gcb7fd1ea85feea. The original testcase is still reject= ed.=