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] Don't test for pr53425 on mingw


On Mon, Jun 18, 2012 at 10:09 AM, Kai Tietz <ktietz70@googlemail.com> wrote:
> 2012/6/18 JonY <jon_y@users.sourceforge.net>:
>> Hi,
>>
>> I am told that this ABI test does not apply to mingw targets. OK to apply?
>
> Hi JonY,
>
> The test doesn't apply to x64 windows targets, as for it sse is part of its ABI.
> As test already checks for !ia32, we could simply check for
> x86_64/i?86-*-mingw* targets instead. ?We don't need to check for
> ilp32 here again.

The test needs to be skipped if the target is:
x86_64-*-mingw*
i*86-*-mingw* with -m64 multilib option

and it needs to run if the target is:
i*86-*-mingw*
x86_64-*-mingw* with -m32 multilib option

Does anyone know how to make that happen?


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