From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 74383385803B; Wed, 20 Dec 2023 01:59:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 74383385803B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703037573; bh=gToOjk3oZ6DVfzRcNu7Hs0hJzLHnwf3mySywx7+BBMw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MQ9ybBkeVnQFZyvezEENRXCGufznlil5kCG0K50fdmluvErySzyM8/KIWcPtXPf1V Gg5bnTNmiubDGJEwW5m29x9yXs3C/YkhnnnCIReXcFVSeohHqqxwjyJgzuKuZ487wC 1/XVVva/QYz1JmRPhSIJLmsKw7jM+aiiMcSlbb0w= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/108975] [11 Regression] ICE on constexpr variable used as nontype template since r9-5473-ge32fc4499f863f Date: Wed, 20 Dec 2023 01:59:32 +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: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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 ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #24 from Patrick Palka --- Partially fixed (the non-generic lambda case) for 10.5/11.4/12.3/13.2, more thoroughly fixed (the generic lambda casE) for 11.5/12.4/13.3.=