This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Analysis of linkage.c failure on mips-sgi-irix6.5/-mabi=64


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.


 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]