From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A99043858C50; Fri, 10 Feb 2023 00:07:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A99043858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675987644; bh=Al2rixJ5zoEoIbAKkwsnGxLUnspCxf5isGU8jI4MaR4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Nz0o43v3xlaH5obGmRfT6dclz5fvTXr07MY2vAaEUmJEOVbz8YFjcxjlVKhRTj1Q9 709udrK6WWmvoZ+OhM1ChTiYPqVYXRFNMkDacs44dpTrwnXCV+H0u5iqZsFOoQxT/0 Z/jz8HnUNcFs8y/NiV2cg0hm4hwJB3lOPPIEqBBY= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107079] [10/11/12 Regression] ICE initializing lifetime-extended constexpr variable that stores its this pointer Date: Fri, 10 Feb 2023 00:07:24 +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.0 X-Bugzilla-Keywords: ice-on-valid-code 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: 10.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=3D107079 Marek Polacek changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[10/11/12/13 Regression] |[10/11/12 Regression] ICE |ICE initializing |initializing |lifetime-extended constexpr |lifetime-extended constexpr |variable that stores its |variable that stores its |this pointer |this pointer --- Comment #7 from Marek Polacek --- Fixed on trunk so far.=