[Bug inline-asm/43110] Lack of dependency between %rax and %eax in inline assembly
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Feb 17 23:18:00 GMT 2010
------- Comment #2 from pinskia at gcc dot gnu dot org 2010-02-17 23:18 -------
This is all documented at
http://gcc.gnu.org/onlinedocs/gcc-4.4.3/gcc/Modifiers.html
"Means (in a particular alternative) that this operand is an earlyclobber
operand, which is modified before the instruction is finished using the input
operands. Therefore, this operand may not lie in a register that is used as an
input operand or as part of any memory address. "
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43110
More information about the Gcc-bugs
mailing list