From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AFE6E3856DF8; Wed, 10 May 2023 21:18:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AFE6E3856DF8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683753517; bh=qOYjFSJ6uu2HNImmXF27jwHUgtegFBvIDeZulIya9GE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UouZcjws8gzzdfTdw2M5Ujs+nFZvpomoCc/a7HG5ofnaIPA1eqe3fODgnCUOpA7Nu X2zOsFwZcVv9N8lVG3RyXt1wO/HjkX0bxCULBgcsGCYv5hAg6WJitidce75fyDVv41 URUr23FaByCnsU18VUCvxF/dz61NshQQfWH9Lwso= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109804] [11/12/13/14 Regression] internal compiler error in gimple-ssa-warn-access.cc Date: Wed, 10 May 2023 21:18:37 +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: 13.1.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: 11.4 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=3D109804 --- Comment #8 from Andrew Pinski --- (In reply to Andrew Pinski from comment #7) > I am suspecting the `unnamed enum` is causing the ICE. I mean the local unnamed enums is what is exposing the ICE. Naming either of them and the ICE goes away.=