https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94629
--- Comment #16 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>: https://gcc.gnu.org/g:a2c0fa35d0dc8912b0c1a658234221de61e60840 commit r10-7806-ga2c0fa35d0dc8912b0c1a658234221de61e60840 Author: Jonathan Wakely <jwak...@redhat.com> 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.