From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DE7643858C2B; Fri, 14 Jul 2023 17:18:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DE7643858C2B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689355089; bh=O5lBh9yxYupi7/hLx03Y3vERUnR6TvhOf3DkT/Va29U=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rXTQBHL1TT8CLQHWW4U/+biR164+OhCMkLsVwTCEvsSyombpC0OPI1mJRBrEF8+Nx b9RZXL4m7HplfFcBn4NJG8hKSYMMpyTHfUhip6WNH55vAByhMdltPNXCOoJN+ymD4X vOryRxIlM+oFXGPlzn6YPH3wa6a9VkKV5Cm9xK8w= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109876] [11/12/13 Regression] initializer_list not usable in constant expressions in a template Date: Fri, 14 Jul 2023 17:18:09 +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: 12.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: mpolacek at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: mpolacek at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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=3D109876 Marek Polacek changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12/13/14 Regression] |[11/12/13 Regression] |initializer_list not usable |initializer_list not usable |in constant expressions in |in constant expressions in |a template |a template --- Comment #14 from Marek Polacek --- Fixed on trunk so far. I want to wait a bit before backporting this.=