This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [patch] darwin-ppc ABI testcases


Andreas Tobler wrote:
Hello all,

attached a few test cases which came up during investigation of PR23067.
A few pass, another few fail at the moment. This is the status on fsf gcc head. The tests pass on apple's gcc: gcc version 4.0.1 (Apple Computer, Inc. build 5247)


Apple is dictating the ABI, so we have to follow.

These test cases will help to fix the issues we have.

I can xfail the failures, but I'm not very happy with since they may slip under the table if they are xfailed....

Ok, I updated the requirements:


I xfailed where necessary and I made sure to check only on 32-bit darwin-ppc. (64-bit darwin-ppc is a different world.)

/* { dg-require-effective-target ilp32 } */
/* { dg-xfail-if "" { powerpc*-*-darwin* } } */

Thanks Andrew!

Andreas


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