https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97708

--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
(In reply to Richard Biener from comment #9)
> I'm not a native speaker but maybe
> 
> "'g' The compiler can choose any register, memory or immediate integer
> operand
> to put the value, except for registers that are not general registers."
> 
> is the behavior consistent with that wording?

Me neither, but I wonder why it doesn't say
"ā€˜g’ Any general register, memory or immediate integer operand is allowed."
or perhaps reordered such that the general register comes last (so one doesn't
read it as general memory or general immediate integer).

Reply via email to