https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110612
--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by David Malcolm <dmalc...@gcc.gnu.org>: https://gcc.gnu.org/g:7006f02bbc3f1d0b7ed7fe2122abc0896aa848d2 commit r14-2689-g7006f02bbc3f1d0b7ed7fe2122abc0896aa848d2 Author: David Malcolm <dmalc...@redhat.com> Date: Thu Jul 20 20:24:06 2023 -0400 analyzer/text-art: fix clang warnings [PR110433,PR110612] gcc/analyzer/ChangeLog: PR analyzer/110433 PR middle-end/110612 * access-diagram.cc (class spatial_item): Add virtual dtor. gcc/ChangeLog: PR middle-end/110612 * text-art/table.cc (table_geometry::table_geometry): Drop m_table field. (table_geometry::table_x_to_canvas_x): Add cast to comparison. (table_geometry::table_y_to_canvas_y): Likewise. * text-art/table.h (table_geometry::m_table): Drop unused field. * text-art/widget.h (wrapper_widget::update_child_alloc_rects): Add "override". Signed-off-by: David Malcolm <dmalc...@redhat.com>