From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76249 invoked by alias); 30 Nov 2016 16:52:47 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 76233 invoked by uid 89); 30 Nov 2016 16:52:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=Hx-languages-length:357, 20161130 X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 30 Nov 2016 16:52:46 +0000 Received: by simark.ca (Postfix, from userid 33) id EFF901E18F; Wed, 30 Nov 2016 11:52:44 -0500 (EST) To: Pedro Alves Subject: Re: [PATCH 1/3] Fix mismatched struct vs class tags. X-PHP-Originating-Script: 33:rcube.php MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 30 Nov 2016 16:52:00 -0000 From: Simon Marchi Cc: John Baldwin , gdb-patches@sourceware.org In-Reply-To: References: <20161123200652.89209-1-jhb@FreeBSD.org> <1573845.CKxfuZpZBq@ralph.baldwin.cx> <31fa3dbd-e1d1-1fd2-7774-8bc82fd8b37d@redhat.com> <1853167.ixQKmG4D0P@ralph.baldwin.cx> Message-ID: <6fe5188f1a35242fd855eb888f35662c@polymtl.ca> X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.2.2 X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg01003.txt.bz2 On 2016-11-30 11:38, Pedro Alves wrote: > Do you get the same when building GCC? If not, how is this handled > over there? Does clang have a way to suppress that warning? > Some -Wno-stop-complaining-about-c-file-in-cxx switch, perhaps? Double negative, such a flag would re-enable the complaining ;).