From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5244 invoked by alias); 19 Apr 2005 01:40:20 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 5222 invoked from network); 19 Apr 2005 01:40:17 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 19 Apr 2005 01:40:17 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j3J1eHl7020589 for ; Mon, 18 Apr 2005 21:40:17 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j3J1eHO04007; Mon, 18 Apr 2005 21:40:17 -0400 Received: from [172.16.50.50] (vpn50-50.rdu.redhat.com [172.16.50.50]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id j3J1eGbR028470; Mon, 18 Apr 2005 21:40:16 -0400 Message-ID: <42646175.7040700@gnu.org> Date: Tue, 19 Apr 2005 01:40:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 1.0.2-1 (X11/20050323) MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: building with gcc 4? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-04/txt/msg00122.txt.bz2 Has anyone tried building GDB with GCC 4? (given the number of warnings I suspect not). I'll try to wack this down. The most immediatly glaring warning is that "signed char *" != "unsigned char *". Andrew