public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* i386, asm() and "o" constraint
@ 2003-09-24 19:54 Alexander Melkov
  0 siblings, 0 replies; only message in thread
From: Alexander Melkov @ 2003-09-24 19:54 UTC (permalink / raw)
  To: gcc-help

Before writing to bugs, I thought it would be appropriate to ask it here:
Does anyone know if that is implemented in latest GCC releases? gcc-3.1.1, just like 2.95.x, says
"warning: asm operand 5 probably doesn't match constraints".

What I actually need is to have an instruction like "adcl %3,4+%1" compiled without useless (both
compiler and assembler) warnings, where %1 is a memory reference, say, "=o" (Sum), where Sum is a
64-bit integer.

Unlike "m", "o" might simply write "0(%ebp)" instead of just "(%ebp)".

Best Regards, Alexander Melkov


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-09-24 19:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-24 19:54 i386, asm() and "o" constraint Alexander Melkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).