From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 56B983825989; Wed, 31 Aug 2022 11:04:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 56B983825989 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661943880; bh=PijZP7sfQNPeAzQPUKM1lErsz6uKaexWhSIv6A1sNfs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kTuOMFqfFfGlGxzh2+ss1cABZczV+UHwMiOcPokNpuqrsobDxENCYE6qFXsPXWpAy Npi9QiPPnVu0F/VhJzRq+T10V4un5s1avugBwsAfW9kxMIlzdgJF5IMtoXYfLYMjJh 37dwNsutrsGm+Va20bQuezjJ82SoUl8hog76izyo= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/78394] False positives of maybe-uninitialized with -Og Date: Wed, 31 Aug 2022 11:04:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 6.1.1 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal 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=3D78394 Bug 78394 depends on bug 65244, which changed state. Bug 65244 Summary: Bogus -Wmaybe-uninitialized warning with posix_memalign(= ) and -Og https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D65244 What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED=