public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Alexander Melkov" <melkov@yandex-team.ru>
To: <gcc-help@gcc.gnu.org>
Subject: i386, asm() and "o" constraint
Date: Wed, 24 Sep 2003 19:54:00 -0000	[thread overview]
Message-ID: <016001c382d5$a34e52d0$dec1b4d5@yandex.ru> (raw)

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


                 reply	other threads:[~2003-09-24 19:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='016001c382d5$a34e52d0$dec1b4d5@yandex.ru' \
    --to=melkov@yandex-team.ru \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).