Re: [PATCH] Fix PR66509

2015-06-15 Thread Uros Bizjak
Hello! > The attached patch revises the tests for the filds and fists > mnemonics to use the assembly... > > filds mem(%rip); fists mem(%rip) > > and the test for the fildq and fistq mnemonics to use the assembly... > > fildq mem(%rip); fistpq mem(%rip) > > which will assemble for both 64-bit an

Re: [PATCH] Fix PR66509

2015-06-13 Thread Jack Howarth
On Sat, Jun 13, 2015 at 12:04 AM, Mike Stump wrote: > On Jun 12, 2015, at 8:25 PM, Jack Howarth wrote: >> The attached patch revises the tests for the filds and fists >> mnemonics to use the assembly... >> >> filds mem(%rip); fists mem(%rip) > >> Okay for gcc trunk? > > Fine from a darwin persp

Re: [PATCH] Fix PR66509

2015-06-12 Thread Mike Stump
On Jun 12, 2015, at 8:25 PM, Jack Howarth wrote: > The attached patch revises the tests for the filds and fists > mnemonics to use the assembly... > > filds mem(%rip); fists mem(%rip) > Okay for gcc trunk? Fine from a darwin perspective, but I would like an x86 binutils person to weigh in to

[PATCH] Fix PR66509

2015-06-12 Thread Jack Howarth
The attached patch revises the tests for the filds and fists mnemonics to use the assembly... filds mem(%rip); fists mem(%rip) and the test for the fildq and fistq mnemonics to use the assembly... fildq mem(%rip); fistpq mem(%rip) which will assemble for both 64-bit and 32-bit mode. This is