From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 089FC3858D3C; Wed, 1 Mar 2023 15:26:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 089FC3858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677684390; bh=yCwlpO5uHlCSVkzu4nD9uiWhxmh4Ow0zfxGs6m6V0ek=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pMm9T+U5nEYjtMhdcgikqcCzhEiO5E+VCcNuztLgMC1DJYTVPrezFZHKZ4kF873h2 PO2QTAhHVmb6dcLARozmDFwBFsgpiJjxrTY1b6jkr2JW+tlyy6waCEmIkBCowBXkk8 JV8mP8bAFK8ZTh9v1SdHDmCYg7M7MXT/Ry7eyOc0= From: "samuelpmish at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/108975] [10/11/12/13 Regression] Internal compiler error on constexpr variable used as nontype template Date: Wed, 01 Mar 2023 15:26:28 +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.1.0 X-Bugzilla-Keywords: c++-lambda, ice-on-valid-code, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: samuelpmish 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: 10.5 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=3D108975 --- Comment #10 from Sam Mish --- Great-- thanks for finding such a small reproducer, Andrew.=