From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3BA783858C66; Tue, 9 Jan 2024 07:54:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3BA783858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704786885; bh=X07xe8WgRZclTiRU/DVkHj+xe5BmHzgFW1JsBeJALs8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YrLojBnzAIpGjnnxRJ+sohh8nB69JFr8828YqWEbxy3nuXCfOXs2lvns+HkasLl3u iRNyMSmqkGdOXo+ysxd4Owq5XN4FEYRyj6gHlVuoVBcbqdNgbC23jUeDQ4HK6CHygh 47g2XjBauqEBcxfjl+82OHgYb240oyEouyGwigCU= From: "segher at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113115] [14 Regression] ICE In extract_constrain_insn_cached recog.cc with ppc64le-linux-gnu crosscompiler from r14-3592-g9ea1248604d7b6 Date: Tue, 09 Jan 2024 07:54:44 +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: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: segher at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.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=3D113115 --- Comment #6 from Segher Boessenkool --- Using -mpower9-vector while not having -mcpu=3Dpower9 (or later) is wrong, = and should not work. Using -mno-power9-vector is just weird. If we can neuter the -mpower9-vector (etc.) options now, that would be good= .=20 But there are some complications with the testsuite at least?=