From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8EBD33858C2B; Mon, 8 May 2023 13:57:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8EBD33858C2B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683554245; bh=RONesdGSLDADOz974xvIB8nyva/V2Dqn1MZmjLOj7uM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=AwbKT2AA6VaM0taCOaUsBPDN2+myD9KuRj7hkuN4BxRJgNE3dSP3APBJK7c5CqDDz P0ddMVcGPtkOsqod0H4XBvBvJ1pHKB/DU86pICEnrW9CUdRlAcNTMdVGCGYV/cC6gZ 7mjVM37b6zqJYhBQ62hTZXyq1xXRoBxXutjnAze0= From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/106075] Wrong DSE with -fnon-call-exceptions Date: Mon, 08 May 2023 13:57:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: EH, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ebotcazou at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D106075 --- Comment #15 from Eric Botcazou --- > Maybe just setting insn_info->non_frame_wild_read to true will work?=20 Possibly.=