From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9548D3858C2B; Thu, 20 Jul 2023 09:28:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9548D3858C2B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689845286; bh=RP0ttV20vnxXyf4g/OGS8C51112cAi6DYJOw7puJVvE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JIIu8niV5pAbCRwxQicKDzL48gubscO7oC1MYWJsiDXsmWBtZydOW6GXKW2QcSN6T LVeOs4AiIXet3Gzm5ocCLMWb4ylOkkAROVAqkIeHi+5+s7cAIZSQRka2B8rV1rr/bK zbc+Ka+OkAylswWPRe+X7RLxC3Gey+rUEknqpgOM= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/110612] text-art: four clang warnings Date: Thu, 20 Jul 2023 09:28:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: internal-improvement X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail dot com 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: --- 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D110612 --- Comment #1 from David Binderman --- A couple more clang warnings related to the text-art directory: /usr/bin/../lib/gcc/x86_64-redhat-linux/13/../../../../include/c++/13/bits/= unique_ptr.h:99:2: warning: delete called on non-final 'ana::string_region_spatial_item' that = has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] /usr/bin/../lib/gcc/x86_64-redhat-linux/13/../../../../include/c++/13/bits/= unique_ptr.h:99:2: warning: delete called on non-final 'ana::svalue_spatial_item' that has vir= tual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dto= r] $ grep -F string_region_spatial_item */*.cc analyzer/access-diagram.cc: 01| ALIGNED CHILD WIDGET (lines 01-07): (string_region_spatial_item)-+-----+ analyzer/access-diagram.cc:class string_region_spatial_item : public svalue_spatial_item analyzer/access-diagram.cc: string_region_spatial_item (const access_opera= tion &op, analyzer/access-diagram.cc: return make_unique (op, sval, actual_bits, $ $ grep -n virtual analyzer/access-diagram.cc 1128: virtual void add_boundaries (boundaries &out, logger *) const =3D 0; 1130: virtual table make_table (const bit_to_table_map &btm, gcc $=