From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 382673858404; Tue, 18 Oct 2022 23:27:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 382673858404 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666135642; bh=ED31WdI00Ph+QmDxpaPnHenxiB+HNjcThG2RhnXjK0c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=k8QkRi2Vr2dWU3zWxnDdS2dIrxmgnASpkcPL+U5Q24T4oKFVGpHA9lTekVV9gdrAt D5f/OqF8+ONFcwaf08T3Ee8MQ2/9gSZByYSyPKtxcvSZWfwBkKpiN+4ax2s6w5mtRq FsQpHx/4AULm5Ef+d+pn/3oWN3d+RBsDeEfYX6x0= From: "jsm28 at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/107164] No pedantic warning for declaration just referring to a previously-declared enum type Date: Tue, 18 Oct 2022 23:27:22 +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: 13.0 X-Bugzilla-Keywords: accepts-invalid 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: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone 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=3D107164 Joseph S. Myers changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |13.0 Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #3 from Joseph S. Myers --- Fixed for GCC 13.=