From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from resqmta-c1p-024063.sys.comcast.net (resqmta-c1p-024063.sys.comcast.net [IPv6:2001:558:fd00:56::8]) by sourceware.org (Postfix) with ESMTPS id A92183858C54 for ; Wed, 7 Jun 2023 17:10:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A92183858C54 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=comcast.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=comcast.net Received: from resomta-c1p-023409.sys.comcast.net ([96.102.18.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 256/256 bits) (Client did not present a certificate) by resqmta-c1p-024063.sys.comcast.net with ESMTP id 6t4wqAAtZnmmL6wgGqb4Rb; Wed, 07 Jun 2023 17:10:44 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1686157844; bh=ESeArXlyeYJ1K2aauPCPJJp2YT3FrlhPD1iCD30VQo0=; h=Received:Received:Content-Type:Mime-Version:Subject:From:Date: Message-Id:To:Xfinity-Spam-Result; b=cTHKmjok7DjOe/QKr0HZMEHAw8bo4XB/LNWPWXQjlhDcCPxKa8nNCVpuRbxHc34C2 SSzj75P4xX7Ysbvu5E/r0EGxBmIVvm1o89CXoQNDGpcpuvUa9ff56uoqU7tkiqlpVZ BDpOKrx86TfC5YoCD7GcMq5wMruiIIXPHeFHTsXN4d0ONvlOPu+HZ3Mo1zXC7h9/Hn xXJ/ZMB7SkX80FSlLJcI+0XkfJDEQZ5PtgGbKzbg02naqs14f+YzYcVEJPoDDo9Hag khZM+6G4B9Vl/4p7sb3/WNWOBqpWwTNH3mub6gMRW5R/qXfWAKN3oJhiNzIFW9C2bX d4qcVn7epX4mQ== Received: from smtpclient.apple ([IPv6:2601:644:907e:8d30:a1f9:7db3:c600:3238]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 256/256 bits) (Client did not present a certificate) by resomta-c1p-023409.sys.comcast.net with ESMTPSA id 6wgDquBqaANN66wgEqpZrX; Wed, 07 Jun 2023 17:10:43 +0000 X-Xfinity-VMeta: sc=-100.00;st=legit Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.3\)) Subject: Re: Remove 'gcc/testsuite/g++.dg/warn/Wfree-nonheap-object.s' (was: [PATCH] add -Wmismatched-new-delete to middle end (PR 90629)) From: Mike Stump In-Reply-To: <87zg5b727b.fsf@euler.schwinge.homeip.net> Date: Wed, 7 Jun 2023 10:10:41 -0700 Cc: gcc-patches@gcc.gnu.org, Rainer Orth , Martin Sebor Content-Transfer-Encoding: quoted-printable Message-Id: <9F9F1210-7C63-441C-9DB8-50FDDDDF8DDB@comcast.net> References: <9cf539a3-2cf8-96df-9747-4c536fc524df@gmail.com> <87zg5b727b.fsf@euler.schwinge.homeip.net> To: Thomas Schwinge X-Mailer: Apple Mail (2.3696.120.41.1.3) X-Spam-Status: No, score=-9.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,GIT_PATCH_0,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Jun 7, 2023, at 7:54 AM, Thomas Schwinge = wrote: >=20 > On 2020-11-03T16:56:48-0700, Martin Sebor via Gcc-patches = wrote: >> Attached is a simple middle end implementation of detection of >> mismatched pairs of calls to C++ new and delete, along with >> a substantially enhanced implementation of -Wfree-nonheap-object. >=20 > This eventually became commit dce6c58db87ebf7f4477bd3126228e73e4eeee97 > "Add support for detecting mismatched allocation/deallocation calls". > Already in this original patch submission: >=20 >> diff --git a/gcc/testsuite/g++.dg/warn/Wfree-nonheap-object.s = b/gcc/testsuite/g++.dg/warn/Wfree-nonheap-object.s >> new file mode 100644 >> index 00000000000..e69de29bb2d >=20 > OK to push the attached > "Remove 'gcc/testsuite/g++.dg/warn/Wfree-nonheap-object.s'"? Ok.=