From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D6D1C3857346; Mon, 29 Aug 2022 13:46:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D6D1C3857346 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661780800; bh=tPK7WWjDGxaazwqO2p9VX0snRewTkt3DLU5PAmV5/Zw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UTHe92tV1nlQof1UGGXmvOz/Ol03EGBij1jUBTi7iCR3HDF+a2T76Ra9Ogl3rwb64 xjJIpf3r4ZzVJPh8ViY4MHBkKrxWsYkpWF4iB102vxDCv5SeEw0T1xdIXANrQ3aN5G eeBNLKnrPAzBxGSDmsX0MmsLpBW06yA77CYgVS74= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/54554] fails to warn for uninitialized var within loop always taken at -O0 Date: Mon, 29 Aug 2022 13:46:39 +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: 4.7.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: cf_known_to_fail cf_reconfirmed_on 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=3D54554 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |13.0 Last reconfirmed|2012-09-12 00:00:00 |2022-8-29 --- Comment #11 from Richard Biener --- Re-confirmed.=