From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 647803852906; Thu, 11 May 2023 12:35:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 647803852906 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683808516; bh=q7+W91qht13/de83YjbAtDlyIFCaQaZHsA3FvjsmpiA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FQK2FqrnJZSpKqZmzD0zvoGUIlaUbfQS3Md9+MA/YiEU+fPv2BXQORJq23sBsU9oI QPhmirBjgmY+anMragpXpSLwkCh6i9jVnCJ+RrRps6XkBnVXBCaF0CjB5yx0NCtkaW QjetFJWV74hbXGVxnW+U2NioSb2oCEAxniHawXjM= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109791] -Wstringop-overflow warning with -O3 and _GLIBCXX_USE_CXX11_ABI=0 Date: Thu, 11 May 2023 12:35:16 +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.1.1 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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: attachments.created 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=3D109791 --- Comment #11 from Richard Biener --- Created attachment 55049 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55049&action=3Dedit patch for extra pointer difference patterns=