From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4AF383865C25; Wed, 29 May 2024 12:15:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4AF383865C25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716984951; bh=DtraXkBI09141D//23FJ9WZlY3sfDrCftLVWPziBpOQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QjNLb+X1qewKNZ7pMVB0G9Douf3yNr7ixwWv1jmtlAmsOm4Q3scbKhyYnG8Yd3My8 Q8Hblt+pzgtW0NQR5EisDF97srMB4Hn5XxviutS9gzSIzsEc0RWHXH3HQfoc8LOWZT MQgrih220mZ3YtawBIFqnjGNQ4tiwA/C8lsRF7qE= From: "boris at kolpackov dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/115274] Bogus -Wstringop-overread in SQLite source code Date: Wed, 29 May 2024 12:15: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: boris at kolpackov dot net 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 #2 from Boris Kolpackov --- 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.=