From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AE1233858C50; Mon, 29 Aug 2022 13:31:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AE1233858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661779895; bh=wabXs/HaFdloiYdxW/VvLtrPk10uvwq2+TL45dlscjU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=k2iiWDtUZRIRQtvAarj3s9wfjoOBYFldv8AfplQSVMFt1no122qL4780SLYcngO8A xbK//L+jM/abqZAvDx8XHZk8KE8Gn0KCtZrcA4R/UHn4ayX1RqBNIQ1kvm3putpFY6 h1Dnd8rT+CSntY+biU7+wU/2uLKQtXdpvuc5ULVI= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/24639] [meta-bug] bug to track all Wuninitialized issues Date: Mon, 29 Aug 2022 13:31:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 4.1.0 X-Bugzilla-Keywords: diagnostic, meta-bug X-Bugzilla-Severity: trivial X-Bugzilla-Who: rguenth 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: bug_status resolution 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=3D24639 Bug 24639 depends on bug 47307, which changed state. Bug 47307 Summary: Uninitialized in this function: warning for initialized,= no warning for uninitialized https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D47307 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED=