From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D8DCD3858C53; Wed, 1 Mar 2023 15:51:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D8DCD3858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677685908; bh=9WSJazaujWo6P8RmtktMMKTX0c9T1T7IjQUXhmnOxBA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=m9qINIRJYs/xJ0gb/OhOy1p3j7Z2QE8DMwhh7Zg277bDBDesTqI2EBH0j+3jWxHlT DJPQOjxQcqqVcbpv3QenJPxogJpprClOSa01L7pYeaduhtpQ+JpmI+b/FwfwGcVi0N 1X7olJohoRJ9S8iYxmvWmrx1cLIXa/Ck+TpJ/YNg= From: "ppalka at gcc dot gnu.org" 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:51:48 +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 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: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords 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=3D108975 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs-bisection | CC| |ppalka at gcc dot gnu.org --- Comment #11 from Patrick Palka --- Started with r268016=