From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 391CF3858D1E; Thu, 19 Oct 2023 16:43:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 391CF3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697733820; bh=yAIzZRfXI9J70nhN+tRII3P0gtjiT/PJ8Wn6r6pDwNs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZRQPjjyvEyi0uJJJVaHsDEN8+zPlcC/GZelHJ7LPo/caCakzlgVJM+pxiBrFtedWC uJJ5LWB4/KAztQqhRIKmfmRzyig7JoZkak3hHobiZHgyNtE/6+Pq3tHoCW8CjS7VQY bdIFFou9vsXeyY2k8A7SeYNeMDjbVwWR2H6AWhdw= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111882] [13/14 Regression] : internal compiler error: in get_expr_operand in ifcvt with Variable length arrays and bitfields inside a struct Date: Thu, 19 Oct 2023 16:43:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-checking, 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: 13.3 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=3D111882 --- Comment #2 from Andrew Pinski --- Looks like this was broken when bitfield expansion was added to ifcvt (I th= ink r13-3219-g25413fdb2ac24933214123e24ba165026452a6f2 ).=