From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BA3BE3858C5F; Wed, 15 Mar 2023 17:32:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BA3BE3858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678901536; bh=C18c3x61YUmoBaDxMnxz4v58JT7vZca2Wpx9dcbBFlY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jLZ9BN7L/hzYvr0ljgsSsQjk77RevxZmxi2gXhx4yNDKLYSVUeW4BoAZX9+nXrTka 0FvSS6YLRlTZF2qelyXivOGSQQTlTEh1wsqBIhX8+pwlllOj9v+FxhILyoba8yIfB6 98ynPAihPrJlg11vNk/4oxcByYAWQ9Rjc+CSvcu0= From: "mikpelinux at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109140] ICE (during RTL pass: internal compiler error: in extract_insn, at recog.cc:2791) when building qemu on sparc64-unknown-linux-gnu with -march=niagara4 Date: Wed, 15 Mar 2023 17:32: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: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mikpelinux at gmail dot com 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: --- 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=3D109140 --- Comment #7 from Mikael Pettersson --- With -O2 -ftree-vectorize -mcpu=3Dniagara4 a bisect between 9.5.0 (good) and 10.4.0 (bad) found 6271dd984d7f920d4fb17ad37af6a1f8e6b796dc is the first bad commit commit 6271dd984d7f920d4fb17ad37af6a1f8e6b796dc Author: Wilco Dijkstra Date: Wed Nov 20 16:29:23 2019 +0000 PR85678: Change default to -fno-common And sure enough, with -O2 -ftree-vectorize -fno-common -mcpu=3Dniagara4 gcc= -9.5.0 also ICEs.=