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] |
On Wed, Oct 08, 2003 at 09:18:40AM -0400, Diego Novillo wrote: > What do you call "memory operands" here? Could a local variable become > a memory operand just because it's mentioned in an ASM_EXPR with a "m" > modifier? Yes. An "m" constraint is asking for an lvalue. r~
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |