From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DE598385ED4C; Wed, 29 May 2024 12:46:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DE598385ED4C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716986783; bh=TsH8DZpxAe1k6wuHOd/FG7UOGv4zscRRUcTnqOGp9rM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=K34kTg3FOreu52aRYsEKn8fJlu1HF0s+h3yCxlpivnX/G1FnAqwA6nFMx1P/L/YXX meuRas1MTIbAPH7hrApUJ7gUlSp5UqvHH99O7qnc6U6gADHiK4VfJcNc86cibr8VQM eSAZDPIEuQECLv6bp10ykgBI0vr5yWKNYFtY+J5c= 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:46:23 +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 #4 from Boris Kolpackov --- > Please try compress it. I did try with xz -9e and it was still 1.5M (the limit is 1M). I doubt any compression method will be able to shave those 50% off.=