From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KnJbJ-0002mg-8R for qemu-devel@nongnu.org; Tue, 07 Oct 2008 16:56:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KnJbE-0002dF-7J for qemu-devel@nongnu.org; Tue, 07 Oct 2008 16:56:10 -0400 Received: from [199.232.76.173] (port=52669 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnJbD-0002cf-Qj for qemu-devel@nongnu.org; Tue, 07 Oct 2008 16:56:07 -0400 Received: from mx2.redhat.com ([66.187.237.31]:44115) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KnJbD-0003FL-1D for qemu-devel@nongnu.org; Tue, 07 Oct 2008 16:56:07 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id m97Ku4ht029905 for ; Tue, 7 Oct 2008 16:56:04 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m97Ku4eO028050 for ; Tue, 7 Oct 2008 16:56:04 -0400 Received: from zweiblum.travel.kraxel.org (vpn-4-165.str.redhat.com [10.32.4.165]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id m97Ku24P009948 for ; Tue, 7 Oct 2008 16:56:03 -0400 Message-ID: <48EBCCE2.40701@redhat.com> Date: Tue, 07 Oct 2008 22:56:02 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [patch] Add spare checker support to the build system References: <48EB2FDF.8030603@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Blue Swirl wrote: > Cool, with sparse, I found and fixed one real bug and found one > missing 'static' just in target-sparc. Great it proved being useful that quickly ;) > The cgcc test should try compiling a program like the C compiler test. > Maybe those tests could be merged? cgcc isn't a compiler, it's a wrapper which runs both the real compiler and the sparse checker, roughly comparable to distcc and ccache. So if $CC works, cgcc should too. cheers, Gerd