From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1EAF3395543A; Wed, 14 Apr 2021 16:48:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1EAF3395543A From: "msebor at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/100073] missing warning on an uninitialized array read in a loop Date: Wed, 14 Apr 2021 16:48:04 +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: 11.0 X-Bugzilla-Keywords: diagnostic 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: msebor at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc cf_gcctarget cf_gcchost cf_gccbuild blocked bug_status component 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: Wed, 14 Apr 2021 16:48:05 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D100073 Martin Sebor changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11 regression] test case |missing warning on an |gcc.dg/pr86058.c fails |uninitialized array read in |after r11-8161 |a loop Target|powerpc64*-linux-gnu |arm-eabi, | |powerpc64*-linux-gnu Host|powerpc64*-linux-gnu | Build|powerpc64*-linux-gnu | Blocks| |24639 Status|ASSIGNED |NEW Component|testsuite |tree-optimization --- Comment #4 from Martin Sebor --- I have limited the test to just x86_64 for now and repurposed this bug to t= rack the missing warning on arm, aarch64 (with -mabi=3Dilp32) and powerpc64. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D24639 [Bug 24639] [meta-bug] bug to track all Wuninitialized issues=