From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4E1893858D20; Mon, 29 Jan 2024 21:33:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4E1893858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706563986; bh=PvnuEgUTQhVQDRsxCWTei/YC4CHiu+8GfNOSDJVVmQo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iSlMxHjTvHowp5b+go2u7PHgGXnN7CO3OFesSinWRH18gaWa1d1FO2ZSqROTo0a5C LaY5ZOi0KT24B96tW/mvpfSKkcayxJIz164ahha1FfGZ4sDCKpArgrr+XyQZGQC7di a32y4YMsrlU4tYlj7i/yTq7YrLB+tjikB2PS6Zh0= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/113638] [13/14 Regression] Array bounds of variable templates are not correctly deduced from initializers since GCC13 inside a decltype/sizeof Date: Mon, 29 Jan 2024 21:33:06 +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: 13.2.1 X-Bugzilla-Keywords: wrong-code 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: 13.3 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=3D113638 --- Comment #4 from Patrick Palka --- This seems to be the variable template version of https://cplusplus.github.io/CWG/issues/408.html, the resolution of which predated variable templates.=