From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 79FAD3858D33; Mon, 25 Mar 2024 22:54:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 79FAD3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711407259; bh=o/GJGZ50UXVaYj177Kl8GvrwOUP0dD53pGrVdPMvZXo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jtYvA5RRrKtCQhqFdo06eVRb1cFu70EFywTdcPKLhDISVs67nVXy5M8/r1T+uV6sr /mwj2evFN39fivHUbhi/Ssn5PdDrJQyriGamV/aP2UP2PcOPvglhaI874DwpiEi3qT Ew02IwXYRRJEnmhgZONjQs2p3um633bgeUVLkl74= From: "jsm28 at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/112571] [13 Regression] ICE with nested redefinition of enum Date: Mon, 25 Mar 2024 22:54:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: error-recovery, ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jsm28 at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jsm28 at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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=3D112571 Joseph S. Myers changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #7 from Joseph S. Myers --- Fix now backported to GCC 13 branch, so fixed in 13.3 as well.=