From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C4BFE3864848; Wed, 29 May 2024 12:35:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C4BFE3864848 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716986151; bh=onCXjZzvW8ezoSyHyju6qZZT6Zu2a1jnUXKVMpJagBw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BnAL8YM7TegMCmgXt9+H1TBa/79E3z4hrBnqktK4D+m0OCPq3+e4L6sp90i2yk1zS oPPnUQP1kE2Gta7lkVI2UulK0fLlU3VU3WAnW+dg3gJgM6udzMYjZXy1SaFjI2QuER f56+QtYjLZVwXWbcoVrI7hrxkfOhAiimB3DFANpk= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/115274] Bogus -Wstringop-overread in SQLite source code Date: Wed, 29 May 2024 12:35:51 +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: sjames at gcc dot gnu.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: cc 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 Sam James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sjames at gcc dot gnu.org --- Comment #3 from Sam James --- (In reply to Boris Kolpackov from comment #2) > Ok, I couldn't attach the source file due to size limits, but you can get= it > from https://sqlite.org/download.html . I get this warning with the latest > version, which is 3.46.0 at the time of this writing. Please try compress it.=