https://sourceware.org/bugzilla/show_bug.cgi?id=32813
Guillaume Didier <guillaume.didier.2014 at polytechnique dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |guillaume.didier.2014@polyt
| |echnique.org
--- Comment #9 from Guillaume Didier <guillaume.didier.2014 at polytechnique
dot org> ---
I've also been fighting this bug wrt the wrong size of register.
Since I rely on intel data for operand sizes, my code is generating code such
as
```
lsl rcx, eax
```
GNU as rejects this wrongly.
(GNU as accepting the AMD slightly inconsistent version lsl rex, ax wouldn't be
a problem if both were accepted, but this is a problem that valid code gets
rejected).
--
You are receiving this mail because:
You are on the CC list for the bug.