From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6025 invoked by alias); 9 Apr 2003 13:13:33 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 6018 invoked from network); 9 Apr 2003 13:13:32 -0000 Received: from unknown (HELO crack.them.org) (65.125.64.184) by sources.redhat.com with SMTP; 9 Apr 2003 13:13:32 -0000 Received: from nevyn.them.org ([66.93.61.169] ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 193FOU-0000yL-00; Wed, 09 Apr 2003 08:13:38 -0500 Received: from drow by nevyn.them.org with local (Exim 3.36 #1 (Debian)) id 193FOL-0001Bv-00; Wed, 09 Apr 2003 09:13:29 -0400 Date: Wed, 09 Apr 2003 13:13:00 -0000 From: Daniel Jacobowitz To: Elena Zannoni Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA/TESTSUITE] build schedlock.c on 64-bit platforms Message-ID: <20030409131329.GA4525@nevyn.them.org> Mail-Followup-To: Elena Zannoni , gdb-patches@sources.redhat.com References: <16019.15635.929065.664152@localhost.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16019.15635.929065.664152@localhost.redhat.com> User-Agent: Mutt/1.5.1i X-SW-Source: 2003-04/txt/msg00154.txt.bz2 On Tue, Apr 08, 2003 at 05:20:19PM -0400, Elena Zannoni wrote: > > I was getting warnings when compiling the test on 64-bit because of the casts. > > /home/ezannoni/gdb-sources/src/gdb/testsuite/gdb.threads/schedlock.c: In function `main': > /home/ezannoni/gdb-sources/src/gdb/testsuite/gdb.threads/schedlock.c:21: warning: cast to pointer from integer of different size > /home/ezannoni/gdb-sources/src/gdb/testsuite/gdb.threads/schedlock.c:26: warning: cast to pointer from integer of different size > /home/ezannoni/gdb-sources/src/gdb/testsuite/gdb.threads/schedlock.c: In function `thread_function': > /home/ezannoni/gdb-sources/src/gdb/testsuite/gdb.threads/schedlock.c:32: warning: cast from pointer to integer of different size > > > Michael, Daniel? Sigh, I was just sloppy writing this one. Does it work if you pass &args[i] instead of messing with my_number? That's a little more portable. > 2003-04-08 Elena Zannoni > > * gdb.threads/schedlock.c: Cast to thread function argument to > long, for 64-bit platforms. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer