Re: [Patch] Don't test for pr53425 on mingw

2012-06-20 Thread Kai Tietz
As both tests are checking already for !ia32, there is no additiona check beside the targets necessary. Cheers, Kai

Re: [Patch] Don't test for pr53425 on mingw

2012-06-20 Thread NightStrike
On Mon, Jun 18, 2012 at 10:09 AM, Kai Tietz wrote: > 2012/6/18 JonY : >> 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

Re: [Patch] Don't test for pr53425 on mingw

2012-06-18 Thread Kai Tietz
2012/6/18 JonY : > 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