From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 809FD3858D3C; Sat, 23 Dec 2023 06:20:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 809FD3858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703312433; bh=H01fZumRyTMlDKLVWlBDyMPjy23pTnqjNKxW4eqRkkg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=h0yTjFApzFtKrbzJc3IHXay6c/n7UGAQ6HiJPdJVErUTgcHqroJc/qn8pSfmkazr9 7lP9Em9Bk7WIdUd3hM7dBJCnHTpnPp+d4ffILa52wZhbJNWJiJA0QipWpJNYC/i1To L+hGTxhv2VL7OqjdxeYEdftn7HgcURzCC9j4CQbI= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/113109] [14 Regression] g++ EH tests fail at execution time for cris-elf after r14-6674-g4759383245ac97 Date: Sat, 23 Dec 2023 06:20:33 +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: 14.0 X-Bugzilla-Keywords: EH, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D113109 --- Comment #4 from Andrew Pinski --- Hmm, see PR 32398 and PR 32769. PR 32769 is interesting because it was caus= ed by the merge of the df branch where the store was being removed just like h= ere on cris.=20 Oh and reading https://inbox.sourceware.org/gcc-patches/200707151749.l6FHnXrt010084@hiauly= 1.hia.nrc.ca/ even mentions this exact issue it seems where dse.cc is removing the store = and such.=