From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7E30D3860008; Thu, 18 Jul 2024 07:46:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7E30D3860008 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1721288818; bh=IETFbMJ5CTgb/4dukAtckQQJXhzJ+6wtEhzwDCGhNVE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vR0FOe7V29u4d/dqw7p/xafcS06p7KqVrmdMQEyjGZlCb5rshAUcJ+oXA89fU8q0j ACHAJU/QE9UovRhiFnSWOH6bNz1TEOpuUSSm2rakBpXiovY397FuiXuQB0UncPUQzG rp0Sq7NH8mg/T96hFm+2dwM9BA/hxQh5NA4+tPtc= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/104515] [11/12/13/14 Regression] trivially-destructible destructors interfere with loop optimization - maybe related to lifetime-dse. Date: Thu, 18 Jul 2024 07:46:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work 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=3D104515 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |15.0 Summary|[11/12/13/14/15 Regression] |[11/12/13/14 Regression] |trivially-destructible |trivially-destructible |destructors interfere with |destructors interfere with |loop optimization - maybe |loop optimization - maybe |related to lifetime-dse. |related to lifetime-dse. --- Comment #12 from Richard Biener --- This has been fixed for GCC 15, it's unlikely backported but I'll leave this open for tracking purposes.=