From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 47CA53858C83; Mon, 27 Mar 2023 14:58:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 47CA53858C83 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679929104; bh=b/kDcsKsF+CgsrGssQbnYxmS5DhqH7o2dKFOu6V5Yxc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FDGUrixMOkJvrmeLxwCH1REIEyb1YRBY6ZTPgGXkEA9hOp2OCWa3v6ajZWZDJCkOc 2bIR8alCLLcd2tld14ysRK0rsmG3fv6UXMG3B8IxJM2I3PxxhrMwnhlNoafEFSOmGG ireGRJyIutsKdDuLwUqcmDoZ/8p/Jk7NHjexgGzU= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/106190] [10/11/12/13 Regression] ICE in expand_builtin_eh_common with -fnon-call-exceptions -fsanitize=address,undefined -fno-sanitize-recover=all Date: Mon, 27 Mar 2023 14:58:23 +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, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status assigned_to attachments.created 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=3D106190 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gn= u.org --- Comment #8 from Jakub Jelinek --- Created attachment 54768 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54768&action=3Dedit gcc13-pr106190.patch Though apparently doing that TODO_cleanup_cfg in sanopt if we lower somethi= ng fixes the ICE...=