From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5C3313858D33; Mon, 13 Feb 2023 10:01:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5C3313858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676282505; bh=Q6kAyX7CjtJ1RPa10Zt6iZeFRRfjp7K4MSn+cKmekKs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=O7jkhqLI80AtR15nG4HNuGLiAjOOR/Z/bRWgHDeyZpgx+aim65bJcLoxQ9VzCFRtE 1AITWh36mvSQBrqMphpdgkPgpOPdIj0DGj3pzcXhJKcXSNE0RbBrX3UVPT160RNybY UkNgbpcaz0wVkEtRWLZL1p58HW8VLGGXVLfO27x4= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/108691] [13 Regression] ICE with function ptr and setjmp/returns twice at -O1 Date: Mon, 13 Feb 2023 10:01:45 +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: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords 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=3D108691 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs-bisection | --- Comment #8 from Richard Biener --- Thanks. I'm thinking what to most sensibly do given that we do not support annotating an indirect call as returns_twice (that's something easy to add though, but won't help legacy code)=