From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 01E213858D20; Tue, 30 Apr 2024 16:50:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 01E213858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714495834; bh=78myvkqJI2oNo1fARebm72oYE+TL02cKeYoywnf2OZc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=TgdlEkiDDHaLd+oVpNYOndoqiyKLyi+wt/GRuOG0GfkiG1TrqlNkwr6nN8xywkeEO 3AQ0Kf5JwXJ07qPIKmhPDFawZJqaVFbxFfaKwxQAnVgjoUYjiiOaL8FvDMZqlVL5ZC rYNZmOZnhyKMzrEveu/3TzfdjiFK+zNsZQpesW8I= From: "avieira 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: Tue, 30 Apr 2024 16:50:32 +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: avieira 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: short_desc cf_known_to_work 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 avieira at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[13/14/15 Regression] : |[13 Regression] : internal |internal compiler error: in |compiler error: in |get_expr_operand in ifcvt |get_expr_operand in ifcvt |with Variable length arrays |with Variable length arrays |and bitfields inside a |and bitfields inside a |struct |struct Known to work| |14.0 --- Comment #5 from avieira at gcc dot gnu.org --- Fixed on gcc-14 (when it was trunk, so removing 14 and 15 tag. Still needs backport to gcc-13=