From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B673C385DC36; Mon, 20 Apr 2020 07:10:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B673C385DC36 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1587366652; bh=bAAOIboXYpckcbKIAucbdBwqpT/ZIPrr0sYDbWvCh3s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=guwgf4EpsXgi/2eWZcWFCsBECkStAkMf5x6THnaUy5oJ63F9BU0oQgghIcmf2+9gW PsCwYMq/n4ULEDMzhxZtbALDUf2RZnIiAx3w79BYn9IdXfEY1E0UU/wBvouc01FUlE +n3zhPJC5Nxvd31ZHOCLvyfc5Qh7rmvScGuW290o= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/94655] [10 Regression] Implicit assignment operator triggers stringop-overflow warning Date: Mon, 20 Apr 2020 07:10:52 +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: 10.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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: 10.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc target_milestone keywords component short_desc 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2020 07:10:52 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94655 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |msebor at gcc dot gnu.org Target Milestone|--- |10.0 Keywords| |diagnostic Component|c++ |tree-optimization Summary|Implicit assignment |[10 Regression] Implicit |operator triggers |assignment operator |stringop-overflow warning |triggers stringop-overflow | |warning=