This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: ObjC bug on 64-bit architectures?
- To: "'Ulrich Weigand'" <Ulrich dot Weigand at de dot ibm dot com>, gcc at gcc dot gnu dot org
- Subject: RE: ObjC bug on 64-bit architectures?
- From: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
- Date: Mon, 15 Oct 2001 23:27:28 -0000
- Cc: Hartmut Penner <HPENNER at de dot ibm dot com>
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.