From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 83A9C3852C48; Tue, 29 Nov 2022 09:26:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 83A9C3852C48 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669713961; bh=zbraO4Y9JPwx3dJseleW9j7Cw2pFo9aeuxvhpKzKm5s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nqE2W4MuYMo5ie2BEyCEYmpOsObMZx8R7c4HRRw0+1WaQ6V7CrAzEtcKDZL/yD4YJ f1QE4RBR8vi7rzLcMYGfPWXwlY/i3mPCODH4+uNy+Q267cSuPznch+XVb7knoEoNce OZj3GKHOq/J+J13zwBMo6n8VjJWnncxI4Q8UElWM= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107897] [13 Regression] ICE in verify_curr_properties, at passes.cc:2201 Date: Tue, 29 Nov 2022 09:26:00 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ABI, c++-lambda, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit 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: 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=3D107897 --- Comment #2 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:5894a8179687b7028d093584102d204af422cfd3 commit r13-4384-g5894a8179687b7028d093584102d204af422cfd3 Author: Richard Biener Date: Tue Nov 29 08:43:55 2022 +0100 ipa/107897 - avoid property verification ICE after error The target clone pass is the only small IPA pass that doesn't disable itself after errors but has properties whose verification can fail because we cut off build SSA passes after errors. PR ipa/107897 * multiple_target.cc (pass_target_clone::gate): Disable after errors.=