From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DDEE2385770F; Thu, 18 May 2023 03:58:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DDEE2385770F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684382315; bh=QVbrLhwWnjP9JvEKeV32s8NeS4RHC922Rqca1e5baxQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=H8SxZ7bi3RXVn10mEAfE1Rk3jBixSVGtS4zeRSYoN7JD07aSjy8yv5zWx0LZcWfom 6AROF5eSDyxZdXsAv/GjYYgVcb9W3ruEnHRNiYWH4HbCnWwsg9thVjrRXAgakbFrBK kJsl+ruNw5WqTj9JGphmi0Steq8ONVpFsh2Uyoew= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/106074] Spurious Wstringop-overflow for int-to-string with SSE4 Date: Thu, 18 May 2023 03:58:35 +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 X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE 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: bug_status see_also resolution 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=3D106074 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D106020 Resolution|--- |DUPLICATE --- Comment #2 from Andrew Pinski --- I just reduced a very similar testcase for PR 106020. Marking this as a dup. The Date is exactly what I reduced really. *** This bug has been marked as a duplicate of bug 106020 ***=