From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Billinghurst, David (CRTS)" To: "'Ulrich Weigand'" , gcc@gcc.gnu.org Cc: Hartmut Penner Subject: RE: ObjC bug on 64-bit architectures? Date: Mon, 15 Oct 2001 16:32:00 -0000 Message-id: <8D00C32549556B4E977F81DBC24E985D40FFE2@crtsmail1.technol_exch.corp.riotinto.org> X-SW-Source: 2001-10/msg00886.html I can confirm that this is an issue with mips-sgi-irix6.5. The test passes with the -n32 ABI and fails with the -64 ABI === objc tests === Running target unix FAIL: objc/execute/formal_protocol-6.m execution, -O FAIL: objc.dg/method-2.m (test for warnings, line 25) FAIL: objc.dg/method-2.m (test for warnings, line 25) === objc Summary for unix === # of expected passes 203 # of unexpected failures 3 Running target unix/-mabi=64 FAIL: objc/execute/bycopy-3.m execution, -O FAIL: objc/execute/formal_protocol-5.m execution, -O FAIL: objc/execute/formal_protocol-6.m execution, -O FAIL: objc.dg/method-2.m (test for warnings, line 25) FAIL: objc.dg/method-2.m (test for warnings, line 25) === objc Summary for unix/-mabi=64 === # of expected passes 201 # of unexpected failures 5 -----Original Message----- From: Ulrich Weigand [ mailto:Ulrich.Weigand@de.ibm.com ] Sent: Tuesday, 16 October 2001 2:14 To: gcc@gcc.gnu.org Cc: Hartmut Penner Subject: ObjC bug on 64-bit architectures? 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.