From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 26C8E3858408; Mon, 25 Mar 2024 18:23:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 26C8E3858408 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711391028; bh=xyLJULX535xBfeXjI0O036JZSfoHFsC7OvvjLbbbbOw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=m2cNrkGJaOH4WFgigfCY7q6JasRBoJnbTBqQPs8PkDzgU2x0ecCnWg3xY/KAj6TMn I5Uj1TIn5yLq9x7XWKx01pRkP+wWZIQXOGt5sOjXUWhbWPIGdGl39ABQUe/3XRtjbp VMYAGHEPIg4G35pZebHDlHBrpbVrBz7AsBj0V2G8= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/88309] ICE: Floating point exception (in is_miss_rate_acceptable), target assigning alignent of 4 bits(!) to vector Date: Mon, 25 Mar 2024 18:23:46 +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: 9.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: --- 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=3D88309 --- Comment #2 from Andrew Pinski --- Note I scanned the sources of the rs6000 backend and I don't see where `user align:4` would be happening. I might try to debug this later this week.=