https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94095
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marxin at gcc dot gnu.org --- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> --- commit r10-7092-ga931bb50fe77446058166b50eea4e53223ad7ef7 Author: Andrew Pinski <apin...@marvell.com> Date: Mon Mar 9 09:45:23 2020 -0700 Fix 'A' operand modifier: PR inline-asm/94095 The problem here is there was a typo in the documentation for the 'A' modifier in the table, it was recorded as 'a' in the table on the modifier column. Committed as obvious. 2020-03-09 Andrew Pinski <apin...@marvell.com> PR inline-asm/94095 * doc/extend.texi (x86 Operand Modifiers): Fix column for 'A' modifier.