From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BAD45398AC2F; Tue, 30 Aug 2022 08:05:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BAD45398AC2F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661846757; bh=vh7Ezs0AIHhvmpPtMdKasxjhzFlB/LWX6rU2s1/dwZQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ys94769z1CF8Gl6/3/1KMNgBZ6Z7txnf559P+ue2Awk8WwPxuUMkkMhM/RREQ5TUa C8tRn0zFJnTLR+4BRidi/+NghrQcpqtJVEsAlgcf5LD71E4V+m8c2KEO0WXfUmpeYq UxL1ay+P3l2Txj8xL/SO1z6YJ8llhyG9do7Hhht8= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/63660] -Wmaybe-uninitialized false positive on many repeated bitwise tests Date: Tue, 30 Aug 2022 08:05:57 +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.8.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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=3D63660 --- Comment #6 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:bfaa6807defb18874e4c4b6b8608fe0afee7d7b8 commit r13-2262-gbfaa6807defb18874e4c4b6b8608fe0afee7d7b8 Author: Richard Biener Date: Tue Aug 30 10:04:15 2022 +0200 tree-optimization/63660 - testcase for fixed PR This adds a testcase for the PR which was fixed with r13-2155-gbaa3ffb19c54fa PR tree-optimization/63660 * gcc.dg/uninit-pr63660.c: New testcase.=