From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BCA043858CD1; Thu, 16 Nov 2023 18:45:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BCA043858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700160328; bh=KvusQrRGTPmDZwwKmgodZN9RGIPIAT7RD0eEpklg4j0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QHiF7OmmlBA4BO9/iWzEnOy4/+SKaPy89h6rEODx7eMwVkENeK/aoC841O0WxZIBF 4cZ0eDqB2mHI5PRiUEyOcHrruGw+35XKHWaGcgO+x+A1vFiUlBtV066qtD1hoGUxYE BlGmOWPR34wyG6kVMM4xtZcQ+4FZ4kvIRg5wrz/8= From: "uecker at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/112571] ICE with nested redefinition of enum Date: Thu, 16 Nov 2023 18:45:28 +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: uecker at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D112571 --- Comment #1 from uecker at gcc dot gnu.org --- Another example: enum X : typeof(enum X { A });=