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] Fix PR66509


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 and 32-bit mode.

It won't.

$ as -32 rip.s
rip.s: Assembler messages:
rip.s:1: Error: `mem(%rip)' is not a valid base/index expression
rip.s:1: Error: `mem(%rip)' is not a valid base/index expression

Uros.


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