From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D3AFF3858D20; Thu, 9 Mar 2023 20:49:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D3AFF3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678394944; bh=BPIMCZ77ddMwuBDAfJ0McACkLbgpzqMedT0zlfhQA74=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iow1dbjPSUF4ArLK0URlquNhm5NMSc+5JEdQEFn77yuVR72xQHRWvWqqaHlMtWMuJ +3Wb5NjIknP/72a3pvWp+lOATFXIggy1mEWpxZv2AJKKHpSVz5QlG8dck5GpqOtL6j xiE9p54JgJVHra7zqSgDfsqypmqvPKii7SKRk7Ss= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107087] [13 Regression] bits/stl_algobase.h:431: warning: 'void* __builtin_memcpy(void*, const void*, unsigned int)' reading between 8 and 2147483644 bytes from a region of size 4 [-Wstringop-overread] Date: Thu, 09 Mar 2023 20:49: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: 12.2.1 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: NEW 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: everconfirmed cf_known_to_fail cf_known_to_work cf_reconfirmed_on short_desc bug_status 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=3D107087 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Known to fail| |13.0 Known to work| |12.2.1 Last reconfirmed| |2023-03-09 Summary|bits/stl_algobase.h:431: |[13 Regression] |warning: 'void* |bits/stl_algobase.h:431: |__builtin_memcpy(void*, |warning: 'void* |const void*, unsigned int)' |__builtin_memcpy(void*, |reading between 8 and |const void*, unsigned int)' |2147483644 bytes from a |reading between 8 and |region of size 4 |2147483644 bytes from a |[-Wstringop-overread] |region of size 4 | |[-Wstringop-overread] Status|UNCONFIRMED |NEW=