From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3228E385842B; Sat, 15 Apr 2023 20:38:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3228E385842B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681591111; bh=HhtCnDmDOJrzjNOav5qH1EY7/C7tmhts2UrOvwcQ3sI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dkByOV7mCEoAUr01UKzT1k2ihr9ndkbdo65tNgwXGiE45hrrYBC5u4YuxFuJwkrvq zEg8QjRItE01uBXgXOyvAxj8ktmoaL9elkvH6swHb3O7yGlsjO873/MaJsTgow7yjC 7MAdm775NePUOe+RuuT9J3kUSm0PWKzysMSWf/C4= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109524] [13 Regression] ICE: SIGSEGV in remove_unreachable::remove_and_update_globals (tree-vrp.cc:136) with -O3 -fno-tree-forwprop -fnon-call-exceptions -fno-tree-ccp -fno-tree-fre Date: Sat, 15 Apr 2023 20:38:30 +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: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.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=3D109524 --- Comment #4 from Andrew Pinski --- (In reply to Jakub Jelinek from comment #3) > Started with r13-3596-ge7310e24b1c0ca67b1bb You might want to add -param=3Dvrp1-mode=3Dranger when bisecting.=