From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C62F73857C45; Sun, 25 Dec 2022 00:06:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C62F73857C45 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671926768; bh=Ph4NBzYafTEJQlr50M1i//n6f4di+fbFFRHpymrwE5k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ww1y6whi1/xZHaOntSpeUZFsL/i1dbQ6lzvvORhlPK3hvgxEQsGPuaja52ExxFolj /0ZJB8iscg+wzzBd0SMX+/+JUBoZCVaMKLdhYoYhG2f/fr/VqADzDTAEA3TauQwNLV EQycu2YViaLYLpYk+ZkgsOrsIxrDC7db7RNS+Bbc= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/101912] -Wmaybe-uninitialized false alarm in tzdb localtime.c Date: Sun, 25 Dec 2022 00:06:06 +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: 11.2.1 X-Bugzilla-Keywords: diagnostic, needs-bisection 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords 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=3D101912 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-bisection --- Comment #7 from Andrew Pinski --- Seems to be fixed on the trunk; that is there is no uninitialized warning on the trunk.=