From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C8B483858C2C; Fri, 21 Jul 2023 00:36:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C8B483858C2C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689899776; bh=OqqYTw+hfaDcbiSRPHY6jTLgGz3Qg1CExlZrB8Ay7HM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=y5PwAFnlKcRmmrNGxjxXhZ/HGtLbjgq4JWkqrDwGHFj25iIWaczWRwWUmvJPOyEAC InVp9HMrQykzJOQxkyutVrNdr82vsx5mUTR3S+f+Wqek7DoOy+Go8HWJS7RI4TuBkK ThjXgbZnqAfj0tKsJfFthjZzDdr7pv3MaXhqUUhI= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/110433] ASAN reports mismatching new/delete when compiling analyzer testcases Date: Fri, 21 Jul 2023 00:36:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: analyzer X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dmalcolm at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: dmalcolm at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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=3D110433 David Malcolm changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #4 from David Malcolm --- Probably fixed by the above patch (by adding the virtual dtor); please reop= en if it isn't.=