From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AA4163858C2D; Mon, 9 Jan 2023 11:19:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AA4163858C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673263150; bh=h0vmi7HtfXmPDGPQCDibYf392WBXTwcuVJXC+4h+EYs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ILdAJvVAV4Y424RkozspWU7md4DAph1K7sjSSRG7o8GX2VLgkl43quKJ1/2BTcOpu XfZXeKipbCX93DciM1AccGf6ViCfMTOgtQVF26deoiXLPsvp2dGBSNfxDZRQO7PA+w Ma1lxMOtUaTBsf9gd/weUtfOZsqO/4gMSY/G+qgE= From: "cvs-commit 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: Mon, 09 Jan 2023 11:19:10 +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: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED 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=3D101912 --- Comment #10 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:7afecddf1ecbb93ee44517ad6d3e9c1c0d68e722 commit r13-5064-g7afecddf1ecbb93ee44517ad6d3e9c1c0d68e722 Author: Richard Biener Date: Mon Jan 9 11:00:43 2023 +0100 tree-optimization/101912 - testcase for fixed uninit case We now properly optimize this testcase and no longer diagnose a bogus uninit use. PR tree-optimization/101912 * gcc.dg/uninit-pr101912.c: New testcase.=