From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 062BC385E441; Fri, 28 Jun 2024 22:57:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 062BC385E441 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1719615471; bh=jVdwUyZycexrtOd6jOjjlPimJYyDh/mfgH36/yjIC9w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gB+fFes2TSQ+RHSW7ChnhsR4JgJOTGPGWEVPlABSMc9N6Clicj2TLQHaRSkrXXYqZ 6nmWVz4vdUQEH6qrbdmBXoJ8MQsnzQ9GK/oRF61/p4+axR2sb/q3r/c++7PFsSAUVW rhGB+fyYCsqIQHbMBmCX4Fcndk4NVzd5tNYm+1Dg= From: "andi-gcc at firstfloor dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/115274] Bogus -Wstringop-overread in SQLite source code Date: Fri, 28 Jun 2024 22:57:50 +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: 14.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: andi-gcc at firstfloor dot org X-Bugzilla-Status: UNCONFIRMED 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: 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=3D115274 --- Comment #8 from Andi Kleen --- Ah never mind. I ran it with the wrong option with -O3 it shows the warning. Unfortunately the run time is very long so it will be difficult to minimize= .=