From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1B6843858CDA; Sat, 4 Nov 2023 19:32:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1B6843858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699126334; bh=pluB90QD3VUpzYNt/rLxu7P4IOyiHA/czxsVCojpZII=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PLC1oBoH7xFPZXLuFZjln3QRz3AMetB2dUhTKdtwhncmH5VmNy4b5lX3R6PuA14iz mr7sjbie2mJBiLcCb6E0d1jRvzMZoMVDIJjFD9VHCOkHFkDiLXoKONmo4ngdXKMZyF qKFQwotso5zIblRXmo/YOc15wUw4mICwoSnatPYk= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/112380] [14 regression] ICE when building Mesa (in combine, internal compiler error: in simplify_subreg) since r14-4612-g6decda1a35be57 Date: Sat, 04 Nov 2023 19:32:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org 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: 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=3D112380 --- Comment #7 from Andrew Pinski --- (In reply to Sam James from comment #6) > bisect says: >=20 > commit r14-4612-g6decda1a35be57 > Author: Richard Biener > Date: Thu Oct 12 11:34:57 2023 +0200 >=20 > tree-optimization/111779 - Handle some BIT_FIELD_REFs in SRA That almost definitely just exposed the issue. Let me see if I can get a testcase that fails without depending on that.=