From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18943 invoked by alias); 23 Oct 2014 20:02:18 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 18928 invoked by uid 89); 23 Oct 2014 20:02:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 23 Oct 2014 20:02:17 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9NK29xP028615 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 23 Oct 2014 16:02:15 -0400 Received: from [10.10.116.39] ([10.10.116.39]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s9NK27H2014046; Thu, 23 Oct 2014 16:02:09 -0400 Message-ID: <54495EB7.6010804@redhat.com> Date: Thu, 23 Oct 2014 20:37:00 -0000 From: Jason Merrill User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 To: Jonathan Wakely , gcc-patches@gcc.gnu.org CC: jason@gcc.gnu.org Subject: Re: [patch] c++/63619 Use -Wdelete-incomplete for "deleting 'void' is undefined" warning References: <20141023195938.GB3033@redhat.com> In-Reply-To: <20141023195938.GB3033@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2014-10/txt/msg02448.txt.bz2 On 10/23/2014 03:59 PM, Jonathan Wakely wrote: > Tested x86_64-linux. OK for trunk? Shouldn't there be another test that there's no warning if -Wno-delete-incomplete or that it's an error with -Werror=delete-incomplete? OK that way. Jason