From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E8045385843A; Tue, 7 Mar 2023 16:25:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E8045385843A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678206312; bh=KRcyctEK5vo3O1ANRxY12Lao02nELPH+C5igmLBp8SQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YkEzGRMfPT6ZwUnTh58W2UO5GouUyFQhdbyFnnYBLdIjWV3QL7RTFwWf5qp1uvNKF PWkF2FJhZCbWwbd6mpRiOO/k1hHo1MrdRMD4eQKs0A12PvQlEi4Dx0z4b965nqm9mA glc+lZ7MpwQZqv4utzM1avFpKE1JoDVe0/fVKZLQ= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107079] [10/11 Regression] ICE initializing lifetime-extended constexpr variable that stores its this pointer Date: Tue, 07 Mar 2023 16:25:12 +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: RESOLVED X-Bugzilla-Resolution: FIXED 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: bug_status resolution 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 ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Summary|[10/11/12 Regression] ICE |[10/11 Regression] ICE |initializing |initializing |lifetime-extended constexpr |lifetime-extended constexpr |variable that stores its |variable that stores its |this pointer |this pointer --- Comment #9 from Marek Polacek --- Fixed.=