From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AE9E4388B005; Mon, 1 Jun 2020 11:35:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AE9E4388B005 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1591011316; bh=xYjcLZjOD8BzupRcDNU7EN1tqyP/2zF00RqxGNJZxKk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HDUCJo14/AyMaClTMogJr251a0Z13OPF1G2CUwjpwxEr/L9S2XhZuncSStT2lbujZ gxyhmogiwLkhN4AXRBpIMEw2R3jy1NTc9vY/0elsOt9XY6botFkNZqNcVU/Pq8vMng iQlvvhY13dJ6JNxJ01gdYFbDwQtxsvJt+MjjXMg4= From: "asolokha at gmx dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/84302] ICE: Segmentation fault (in extract_insn) on SPE target Date: Mon, 01 Jun 2020 11:35:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target 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: WONTFIX X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 8.5 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: Mon, 01 Jun 2020 11:35:16 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D84302 Arseny Solokha changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|UNCONFIRMED |RESOLVED --- Comment #1 from Arseny Solokha --- The powerpcspe backend has been deprecated in GCC 8 and removed during GCC 9 development. See corresponding mailing list threads[1,2,3] for details. [1] https://gcc.gnu.org/legacy-ml/gcc/2018-04/msg00102.html [2] https://gcc.gnu.org/legacy-ml/gcc-patches/2018-12/msg00123.html [3] https://gcc.gnu.org/pipermail/gcc/2020-May/232342.html=