From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32308 invoked by alias); 18 Jul 2009 19:23:19 -0000 Received: (qmail 32238 invoked by uid 22791); 18 Jul 2009 19:23:19 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from ey-out-1920.google.com (HELO ey-out-1920.google.com) (74.125.78.149) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 18 Jul 2009 19:23:12 +0000 Received: by ey-out-1920.google.com with SMTP id 13so318851eye.14 for ; Sat, 18 Jul 2009 12:23:09 -0700 (PDT) Received: by 10.210.125.13 with SMTP id x13mr1445057ebc.72.1247944989183; Sat, 18 Jul 2009 12:23:09 -0700 (PDT) Received: from ?192.168.2.99? (cpc2-cmbg8-0-0-cust61.cmbg.cable.ntl.com [82.6.108.62]) by mx.google.com with ESMTPS id 5sm1647215eyf.27.2009.07.18.12.23.08 (version=SSLv3 cipher=RC4-MD5); Sat, 18 Jul 2009 12:23:08 -0700 (PDT) Message-ID: <4A622420.40803@gmail.com> Date: Sat, 18 Jul 2009 19:23:00 -0000 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Andrew Pinski CC: Andrew Haley , Dave Korn , Kai Tietz , gcc@gcc.gnu.org, java@gcc.gnu.org Subject: Re: RFA: libjava seems to miss some files for win32 References: <90baa01f0907180506h1a58152du5d45d66628043ad9@mail.gmail.com> <4A61D6D6.7030707@gmail.com> <90baa01f0907180901o4dc45cedx795f9cf5650af5ca@mail.gmail.com> <4A6204A3.6040704@gmail.com> <90baa01f0907181027q47631936ib9fd57b733586ce4@mail.gmail.com> <4A621422.502@gmail.com> <4A621DC3.9080403@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-07/txt/msg00354.txt.bz2 Andrew Pinski wrote: > On Sat, Jul 18, 2009 at 12:08 PM, Andrew Haley wrote: >> Don't use uintptr_t, use unsigned int __attribute__((mode(PTR)). This >> is built-in to gcc, not a dependency on the host libc which might not >> be c99..' > > Except uintptr_t is required to be provided by a non hosted compiler like GCC. Come to think of it, we should use the __UINTPTR_TYPE__ thingy provided by jsm's recent stdint patch, shouldn't we? cheers, DaveK