From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.efficios.com (mail.efficios.com [167.114.26.124]) by sourceware.org (Postfix) with ESMTPS id C1EFE3858D28 for ; Fri, 5 Nov 2021 14:24:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C1EFE3858D28 Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 62CDA3AA0B4; Fri, 5 Nov 2021 10:24:45 -0400 (EDT) Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id FCJ1loI9zE8P; Fri, 5 Nov 2021 10:24:44 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id DCA563AA212; Fri, 5 Nov 2021 10:24:44 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com DCA563AA212 X-Virus-Scanned: amavisd-new at efficios.com Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id YV3VAz1ozJtt; Fri, 5 Nov 2021 10:24:44 -0400 (EDT) Received: from [172.16.0.95] (192-222-180-24.qc.cable.ebox.net [192.222.180.24]) by mail.efficios.com (Postfix) with ESMTPSA id B5E033AA211; Fri, 5 Nov 2021 10:24:44 -0400 (EDT) Subject: Re: [gdb/build] Fix Wimplicit-exception-spec-mismatch in clang build To: Tom de Vries , Simon Marchi , gdb-patches@sourceware.org, Jan Kratochvil References: <20211102203434.3889269-1-simon.marchi@efficios.com> <39183fd0-d31d-feb4-9cfd-8c928b5eaf06@suse.de> <972f3e77-0788-e0e7-e524-e8617e4a4aee@polymtl.ca> <915b1bef-6553-dddc-e274-384e49607dbb@suse.de> From: Simon Marchi Message-ID: <56086d2f-6924-f660-7d2a-285f9f425599@efficios.com> Date: Fri, 5 Nov 2021 10:24:44 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <915b1bef-6553-dddc-e274-384e49607dbb@suse.de> Content-Type: text/plain; charset=utf-8 Content-Language: tl Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2021 14:24:47 -0000 > Thanks for mentioning this, that saved me some time :) > > Reproduced, with clang 13. > > Fixed by patch below, WDYT? > > Thanks, > - Tom It does fix the build, but I would like if somebody who knows well about this could tell why these two delete operators don't have a built-in declaration, like the others. Because it looks a bit fishy like this. Jan, would you know, or know someone who knows? Simon