From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2A62E384B439; Sun, 19 Apr 2020 20:06:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2A62E384B439 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1587326761; bh=cOg9AON9i7KOs05Z19Ti7PnT3r/RAesq8sJ+l+PC0/w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DFhWONrjPO0rwVdUO7KeE0P+f29mMV3SpqRFIDPD57WWixeDt+KKy9bywdJdU/kqo zSMmFw9AHv0C9Mn7VcPbN6tH0hcAaUU89yFeMCHWnDYNeDtfNgpZpYwpdKfJM4tImu xtaveWW0f1kv4XZmGkya6Q9cGeVwrDmLc4F/B76g= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/94629] 10 issues located by the PVS-studio static analyzer Date: Sun, 19 Apr 2020 20:06:00 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.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 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: Sun, 19 Apr 2020 20:06:01 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94629 --- Comment #16 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:a2c0fa35d0dc8912b0c1a658234221de61e60840 commit r10-7806-ga2c0fa35d0dc8912b0c1a658234221de61e60840 Author: Jonathan Wakely Date: Sun Apr 19 20:54:38 2020 +0100 libstdc++: Fix redundant assignment (PR 94629) This appears to be a copy&paste error, which cppcheck diagnoses. PR other/94629 * include/debug/formatter.h (_Error_formatter::_Parameter): Fix redundant assignment in constructor.=