From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D125C3858401; Thu, 18 May 2023 13:23:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D125C3858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684416210; bh=hAJGw0I9NDSU9m6Z3xoo+RfS3sMVgs0MzZcCC7Q1yIM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=G3n29xfDmg2l1+EQcbQLnSzc5PxN0eN0Y7Cho+RN+jNr8tBG3VBTFu9EZ17ajinpS pZBpiLp531z1tcnQhAw8rJ5J74Nh6TC98X0s8q+7oGrTjbDCc1vre4navwOhkPjdSm QqFeH3sf3qb8wCta6R9Nc3g8iWuWQV0iKbIN881U= From: "matt at godbolt dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/106020] Spurious warnings about stringop overflows with -march=skylake -O3 Date: Thu, 18 May 2023 13:23:30 +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.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: matt at godbolt dot 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: 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=3D106020 --- Comment #13 from Matt Godbolt --- Thanks Andrew!=