From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C2BDB3858C74; Thu, 29 Sep 2022 14:26:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C2BDB3858C74 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664461600; bh=JgtiEXjvh7YJ2wffxudl6xNGOSALmAwyUkDZHQUcEcE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=loeH+fDLoXaudE3tNCjxL28UOM7d8+Bh5rouKtcHKeIjsEFQwV1mhAKu2p4QdIZCI 2wXLQxzJrCpYHUJKzUmZz8w+xXayijJaika4gd5Pu27F0FkoJoL8KM9bc/TW/r7jvD ZMDJV0Y23vmKYfA+0i/KE8w1vhs0OkOpY366HTGA= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107079] [10/11/12/13 Regression] ICE initializing lifetime-extended constexpr variable that stores its this pointer Date: Thu, 29 Sep 2022 14:26:38 +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: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_reconfirmed_on short_desc target_milestone everconfirmed bug_status cc priority 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 ---------------------------------------------------------------------------- Last reconfirmed| |2022-09-29 Summary|ICE initializing |[10/11/12/13 Regression] |lifetime-extended constexpr |ICE initializing |variable that stores its |lifetime-extended constexpr |this pointer |variable that stores its | |this pointer Target Milestone|--- |10.5 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW CC| |jason at gcc dot gnu.org, | |mpolacek at gcc dot gnu.org Priority|P3 |P2 --- Comment #1 from Marek Polacek --- Confirmed. Started with r269003: commit e8b3c1bc3ba22dcf59b9c743f11d4cb2bc5d7792 Author: Jason Merrill Date: Mon Feb 18 20:01:50 2019 -0500 PR c++/89336 - multiple stores in constexpr stmt.=