From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DA02038582BC; Thu, 24 Nov 2022 01:12:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DA02038582BC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669252321; bh=eEfR0yj6LW7AcHNNhpPZ8sCHHldDRlH1nbSj+6PGRuc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QWCFerKmnjgj0NAxqzCuMG03IBHD3Bf124wqaToqoruwyO8EUJexiAWvgNeNiWMvL KDi+aq7rHLQQWRS6XyuYzFy7FLxcIuHJkVSeyB028pLnGRsaGx+UxZIxr6kyzJj0FI /R2jYd90UpTuvfud/+3U/Y7rad+oKsujqb2/dzDQ= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107852] Spurious warnings stringop-overflow and array-bounds copying data as bytes into vector Date: Thu, 24 Nov 2022 01:12:01 +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.2.0 X-Bugzilla-Keywords: diagnostic 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: see_also 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=3D107852 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D100366 --- Comment #2 from Andrew Pinski --- PR 100366 looks almost the same here.=