From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9A2D4385828D; Wed, 5 Oct 2022 11:54:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9A2D4385828D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664970891; bh=bqVNLGPGxNpWkkfmEN+p3zwakBoN3Ow8c4ZIAw16qI0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=b3IVLIYkR6aRX+zR2nmauRANb1FJYsGK6/qvo1+BXLKBqR+n5h6g/odml1nZTJ8+Z 6QKmQ25RYW+jU+kfCFoxFQvB9nrpqyUxeeCEx3CiyJQjA0xB27qgsNJEaT0bxAFgCD c6mEa0w3ehc3/Y1NAgbArUprC66tpWnqdyryFKqo= From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/106698] bogus -Wstringop-overflow warning on Ada code with LTO Date: Wed, 05 Oct 2022 11:54:51 +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: 11.2.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: ebotcazou at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ebotcazou at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status target_milestone 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=3D106698 Eric Botcazou changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Target Milestone|--- |13.0 Resolution|--- |FIXED --- Comment #4 from Eric Botcazou --- Fixed on the mainline.=