This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Analysis of linkage.c failure on mips-sgi-irix6.5/-mabi=64
- To: "'gcc-bugs at gcc dot gnu dot org'" <gcc-bugs at gcc dot gnu dot org>
- Subject: Analysis of linkage.c failure on mips-sgi-irix6.5/-mabi=64
- From: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
- Date: Tue, 22 May 2001 03:27:41 -0000
linkage.c is the last gcc test that passes on irix6.5 with -mabi=n32 and
fails -mabi=64. The failure is a testsuite problem.
We compile:
* linkage-x.c with gcc -mabi=64
* linkage-y.c with cc (and default to -n32)
* try, and fail, to link these incompatible object files.
This should be XFAILed for mips-sgi-irix6.5/-mabi=64 on the branch. This
may be best in the long term as well, as I am not sure it is worth fixing.