From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DA9AF3857C79; Tue, 11 Aug 2020 17:24:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DA9AF3857C79 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1597166645; bh=IshVYPs3+9BGNFq4PZz8tWlYDZYrAlPiYAx78j+bqoE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ApivnAq8TuJ4Lhwx6t+TjWdMznSwDdREXAb5MQJagxRX2SnI3p9lxbjlrJWLZPNgj R63OV3/fOmVUKbr4xFgpBiVSnVkSM/O6R0GDhrGcp3WV9adCcHDXgkpl7QzklcDxyb /GbIIGUhlMuyTywCkIW2UVpscZ6edqV+03ceSLEE= From: "msebor at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/96564] [11 Regression] New maybe use of uninitialized variable warning since r11-959 Date: Tue, 11 Aug 2020 17:24:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: alias, diagnostic, missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: msebor 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: 11.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2020 17:24:06 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96564 Martin Sebor changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D13962 --- Comment #4 from Martin Sebor --- Another (much older and borader) request to make use of the aliasing guaran= tee for pointer comparisons is pr13962.=