From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2417D3857BA7; Fri, 5 Jan 2024 17:23:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2417D3857BA7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704475423; bh=1aofQBo2pN8PomANhyDnpAsOWdDGZd1lClnDWfRUnYY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=maBkehZVNQ7gZQft2bxuc4YFD+E2SYIyE277a25VNZpGqmjzG+XD/vAeBlzxzNqT7 gh3ciqy0Ys5pRqxVb3EeabMep5uUIuCbZKroK15U1JetkvSrHg+VvVOtPZbypJFU3Z xPaMLD3cpg4chNBhiG6yBSHmje6+Dafky7Qb8gO4= From: "avieira at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113229] [14 Regression] gcc.dg/torture/pr70083.c ICEs when compiled with -march=armv9-a+sve2 Date: Fri, 05 Jan 2024 17:23:42 +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, testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: avieira at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 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=3D113229 --- Comment #6 from avieira at gcc dot gnu.org --- Oh forgot to mention, this is triggering because of the div optimization in: https://gcc.gnu.org/git/gitweb.cgi?p=3Dgcc.git;h=3Dc69db3ef7f7d82a50f46038a= a5457b7c8cc2d643 But I suspect that too is just an enabler and not the root cause? Unless we aren't supposed to use subregs for sve modes...=