From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C6A373858C33; Tue, 9 May 2023 17:28:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C6A373858C33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683653290; bh=nXERcV0GDThpIhnF287G82g6l8Vfdj7S3r3B5YR5dcU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hMv7KhtR4ghldsny0Gm0hPhZ1FwHeJZswyraVfd9s/pYKnNTz8A1Is+ySta0Cfm9C wkETcaTV6iA0Ckhfmh/Smeiojn0GO2ZOSAVbhb9zC+IG8P/4LKYxhj2TD+Rd7Wt0LD /uf5VP68erNpcX5ml7RRnSqdWOy0g3Yvi/yCHtdA= From: "pinskia 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: Tue, 09 May 2023 17:28:10 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org 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=3D109791 --- Comment #1 from Andrew Pinski --- The exact command line for a generic x86_64-linux-gnu compiler: -O2 -fvect-cost-model=3Ddynamic -Wstringop-overflow -D_GLIBCXX_USE_CXX11_A= BI=3D0 -march=3Dx86-64-v2=