From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4353A3858C1F; Thu, 15 Jun 2023 00:34:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4353A3858C1F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686789273; bh=Kmsr9xBhQppNwKiEdTB1qfYQCYLdnl3eI0zl0Xz15GU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=i0MrKLlq7MCUtYGobdbU0ZXFcUnVEIhi1Gq3XMXvpIEQj+fNNEc0Ai1EMPX3C+hO2 JzO9xCf6WA51iB2kUmPtZJdQAVliLQR3LuBnHzg6SyGqio0s4HZUUP+pK63t6N+elV nnLuipMLCLx1DG3q3CsOpgh5fjTGqKQupBn0NniQ= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/110259] Wrong warning 'conversion to unsigned int' with enum and comma Date: Thu, 15 Jun 2023 00:34:32 +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: 12.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE 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: 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=3D110259 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED --- Comment #1 from Andrew Pinski --- Dup of bug 53277. *** This bug has been marked as a duplicate of bug 53277 ***=