From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 383553851C3D; Fri, 8 May 2020 16:55:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 383553851C3D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1588956950; bh=g/UI6rBjc0wyYIOH6TkfSp6gPBylyW0BSfyF6nXJAv0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iuLvE/BJubewj2txPWlSE9mpGFLAPvbsmRbaPV1l/GqpIfitu1bzO0KdYeS6+8bV2 dYVuPLsPQrZ1W2sfPTY8BDP30nxKlAzZYzYQZC9kzoplpDv4HV8vO9EuuYhfix6I5u f2nWbk7sszwXblvbNVGBSi7ZNTMiY0LjfHYluq1s= From: "asolokha at gmx dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/84206] ICE in get_all_loop_exits, at sel-sched-ir.h:1138 Date: Fri, 08 May 2020 16:55:50 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 8.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: asolokha at gmx dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: abel at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2020 16:55:50 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D84206 Arseny Solokha changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #4 from Arseny Solokha --- Fixed, according to comment 3.=