From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D8646384AB53; Thu, 2 May 2024 21:22:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D8646384AB53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714684926; bh=nAtV5ecdnG5vIMMeBnfO7vEKw8emU3EelMBiuBYgqwM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SgmcfvTfptHYLzHvCO6Zkk31u4hi2uiebISALO/zVWjfB1qHmMYcbFU5YaSGyYAMw kZJZYzvkaQTcr4bS6QH8Vy9DYSpS4W4ZLM65/xYCqwU3q8KsY5ch4M97zHtbaeaGOk 1WQ9YXfYAtNEi/KQ/YuqRPv54ts5tWfWoGMy6JQo= From: "ricbal02 at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111882] [13 Regression] : internal compiler error: in get_expr_operand in ifcvt with Variable length arrays and bitfields inside a struct Date: Thu, 02 May 2024 21:22:06 +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: ricbal02 at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: avieira at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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 Richard Ball changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ricbal02 at gcc dot gnu.org --- Comment #6 from Richard Ball --- Confirmed error exists on gcc-13. Backport applies cleanly and fixes the er= ror. Will request permission to backport on the mailing list.=