From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5C82C3857004; Mon, 5 Jun 2023 06:49:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5C82C3857004 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685947788; bh=uQsIyb3jZ4WwVLl+z+xBveoF6lg6CSQ9pNTC12/f4eg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IlcjRLV4CKlc68CGSBQ1sSyMMLHXxlt15tq5XBLx1NqpM8fmqLZbyLRC6Ad2oFHZN 5ATk2RodtCCku1AMOmgdYHyyHovfA6GZfWshCQ2MzxA4AtOTuBoTArmrw/Au+2nxUQ eYBGdYV92gbl+AoLd88UJR20SbIFLEp2MsNEdjcI= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/40552] wrong-code with -fsched2-use-superblocks and exceptions Date: Mon, 05 Jun 2023 06:49:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 4.5.0 X-Bugzilla-Keywords: EH, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: steven at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also 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=3D40552 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D46614 --- Comment #2 from Andrew Pinski --- I think this was fixed in GCC 4.5.2 by the patch which fixed PR 46614. I ca= n't reproduce it in GCC 4.6+ even with trying to get a similar IR during expand= .=