From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 05D3F3858D32; Fri, 31 Mar 2023 23:25:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 05D3F3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1680305154; bh=tQ1KUP53WAbcwr2GOHdGBw8U9LFum1pbyal6K08m19o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YdSPGWzOyzHeXDqJlyIq7XgqymljuowqvanBy8AcdukhD3JaMI8ZU/6LORaj1yRlz spk5vwME2pfX5ZOxhaTXDG2qW5SR+p+7LPLx4bFVt20zS1RptqrWFobqjSyxg+DLf/ j0tOe9cSJYBmCE+hgwFM6ntU4D4EA5+ky3gQhqU8= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107087] [12 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: Fri, 31 Mar 2023 23:25:53 +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: 13.0 X-Bugzilla-Keywords: diagnostic, missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: REOPENED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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 ---------------------------------------------------------------------------- Summary|[12/13 Regression] |[12 Regression] |bits/stl_algobase.h:431: |bits/stl_algobase.h:431: |warning: 'void* |warning: 'void* |__builtin_memcpy(void*, |__builtin_memcpy(void*, |const void*, unsigned int)' |const void*, unsigned int)' |reading between 8 and |reading between 8 and |2147483644 bytes from a |2147483644 bytes from a |region of size 4 |region of size 4 |[-Wstringop-overread] |[-Wstringop-overread] --- Comment #12 from Jonathan Wakely --- Fixed on trunk=