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] skip gcc.target/i386/pr53249.c on darwin


On Fri, Aug 24, 2012 at 7:13 AM, Rainer Orth
<ro@cebitec.uni-bielefeld.de> wrote:
> Jack Howarth <howarth@bromo.med.uc.edu> writes:
>
>>    Currently the new testcase for gcc.target/i386/pr53249.c is failing
>> on darwin due to the absence of -mx32 support on that target. The following
>> patch skips this testcase on darwin. Tested on x86_64-apple-darwin12...
>
> This also fails on Solaris/x86 (cf. PR testsuite/53365) and
> i686-unknown-linux-gnu.  I'd strongly prefer if HJ could devise a real
> fix instead of just skipping the test on an explicit list of systems.
>

x32 code generation is mostly platform independent, except for TLS
support. We can limit x32 TLS tests to Linux.

-- 
H.J.


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