From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21195 invoked by alias); 1 Apr 2005 13:32:13 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 21003 invoked from network); 1 Apr 2005 13:32:04 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 1 Apr 2005 13:32:04 -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 j31DW4n8027128 for ; Fri, 1 Apr 2005 08:32:04 -0500 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j31DVwO00773; Fri, 1 Apr 2005 08:31:58 -0500 Received: from [172.31.0.98] (vpnuser2.surrey.redhat.com [172.16.9.2]) by pobox.surrey.redhat.com (8.12.8/8.12.8) with ESMTP id j31DVqpH025964; Fri, 1 Apr 2005 14:31:54 +0100 Message-ID: <424D4CA3.2050108@redhat.com> Date: Fri, 01 Apr 2005 13:32:00 -0000 From: Nick Clifton User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) MIME-Version: 1.0 To: Christian Joensson CC: binutils Subject: Re: Results for 2.16.90 20050331 testsuite on sparc-unknown-linux-gnu References: <20050331150518.GA21029@u10.j-son.org> <424D29F3.20109@redhat.com> <5460e3330504010341758e7bca@mail.gmail.com> In-Reply-To: <5460e3330504010341758e7bca@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-04/txt/msg00027.txt.bz2 Hi Christian, > This is using gcc 4.0... and the warnings are these (using cvs trunk > LAST_UPDATE: Fri Apr 1 11:10:42 UTC 2005) > /usr/local/src/trunk/src/libiberty/../include/xregex2.h:538: warning: > ISO C90 does not support 'static' or type qualifiers in parameter > array declarators > /usr/local/src/trunk/src/libiberty/regex.c:4485: warning: signed and > unsigned type in conditional expression Ah - these are for the regex library which is not part of binutils, so I am not going to worry about them. > bucomm.o(.text+0x49c): In function `make_tempname': > /usr/local/src/trunk/src/binutils/bucomm.c:425: warning: the use of > `mktemp' is dangerous, better use `mkstemp' Yes, that old chestnut. One day in my copious free time I'll fix this. Cheers Nick