From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 60ECE3858288; Fri, 15 Sep 2023 17:38:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 60ECE3858288 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1694799492; bh=hFSl4pMYJgzSLAIk/R7xSB8um5OX5m7Nk+QjMJJ/7AI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GBMTp4wtVweGcoye8MAQVum/uBn07XH6vzLHuNAKhdZAtonr8s0zcUtWfOQfr2oFj 5P9/9yZkB/tQ19v3tLeuNTUYvAcX0hn+4Xoya+hHBT7qbGjWHVz8HusWzP1vh0ydDE tOPhfMdf+KAGUpMsvKVqWX2asy43/DXSMy/1zmSU= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/98820] Placeholder (auto) non-type template parameter wrongly deduced to 'const' for class type arguments Date: Fri, 15 Sep 2023 17:38:11 +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.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=3D98820 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |johelegp at gmail dot com --- Comment #2 from Patrick Palka --- *** Bug 99631 has been marked as a duplicate of this bug. ***=