From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 159B43858C5E; Wed, 12 Apr 2023 13:31:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 159B43858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681306290; bh=F5vXGne0jzBcDQuzie8UxBiWIWGgsmwVsmSb2hgR/Bk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nGkwkeo92A9j1qNW6qrD0sv5+23Eby1dCItmQbiEpPFUuKWlMTP0aOIuUUStNqTZe NIscbhC8jbI/PE5HZZ5blzq36JtC+EadO9qLLDc6W+coYmfi+BL2gVTUf5riX0HTkZ QRI1NAoH8jdqs+IsS2XUA/fRGqB/cgBCzagvdnCU= From: "sjames 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: Wed, 12 Apr 2023 13:31:29 +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 X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames at gcc dot gnu.org X-Bugzilla-Status: REOPENED X-Bugzilla-Resolution: 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: 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 --- Comment #13 from Sam James --- (In reply to Sam James from comment #12) > Per 24af552876eff707f75d30d3f0f0e7a5d62dd857 > (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109462#c7) and the test b= eing > XFAILed, I think this is now unfixed? r13-7150-g24af552876eff707f75d30d3f0f0e7a5d62dd857=