From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 23CB83856240; Thu, 11 May 2023 12:34:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 23CB83856240 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683808491; bh=+GaLAlO5lvIuHd6oAAwOee0A8UK4asaOKHsJnBLuBoI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sRVzyWrE7quQEOH7xrkl/0ZwwZP7jyYyEozxixFIIVsvRiHYvc+AO5odKXgfrPKCn U/6uPWCzjlnex2DMQ4H8ERDFQUL5FGPosefpBajm2Ced6+Hwke4k0cP6mgWS7C5D5d FXJ2oHpIF3wxLJoy9xp8L5mkggDa1CZ6kok92q64= 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:34:50 +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 #10 from Richard Biener --- Created attachment 55048 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55048&action=3Dedit patch for niter expression expansion=