From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stan Shebs To: Ulrich Weigand Cc: gcc@gcc.gnu.org, Hartmut Penner Subject: Re: ObjC bug on 64-bit architectures? Date: Mon, 15 Oct 2001 17:14:00 -0000 Message-id: <3BCB7943.32BA90C1@apple.com> References: X-SW-Source: 2001-10/msg00888.html Ulrich Weigand wrote: > > Hello, > > I'm trying to track down an Objective C testsuite failure on 64-bit > s390x. However, the problem doesn't appear to be s390x specific from > what I can see; it looks to me like this bug should appear on every > big-endian 64-bit platform with a 32-bit 'int' type. > > [...] > > Could someone familiar with the objc frontend have a look at this? I'll take a look at it. I would have expected to see more 64-bit problems actually, since ObjC doesn't get much exercise on the 64-bit targets, but I'm not going to complain. :-) Stan