From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 601DD3858C52; Mon, 26 Sep 2022 01:46:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 601DD3858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664156772; bh=mtI32KpQPwBhzZj1/Q/MqOMZ7rmgFverGTqsJtH1yXA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=TW74Va8vR5T1YM/L/j2rt70O8qape3HbvSkj/wIWQKzLsb/IFE3rPPOO6istbbTcq CRZE372Le1l1Xsm877Z1Bb0knTHZJSuX+D95f9J3N959FPpNzUXTxPAXDBHmJRTlZM UjqdA+Mws4fiINlWB6ZLIYyXwPeRX5TLHXVmxsWY= From: "johelegp at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/99631] decltype of non-type template-parameter shouldn't be const Date: Mon, 26 Sep 2022 01:46: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: johelegp at gmail dot com 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: 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=3D99631 --- Comment #5 from Johel Ernesto Guerrero Pe=C3=B1a --- Would the existing 'wrong-code' work? > Generates incorrect code. Has to be able to compile and link.=