public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rearnsha at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/17063] internal compiler error: in arm_print_operand, at config/arm/arm.c:9816
Date: Wed, 01 Sep 2004 11:01:00 -0000	[thread overview]
Message-ID: <20040901110142.21212.qmail@sourceware.org> (raw)
In-Reply-To: <20040817114851.17063.bugzilla@arhen.com>


------- Additional Comments From rearnsha at gcc dot gnu dot org  2004-09-01 11:01 -------
The compiler could be more helpful here, but the real problem is that you are
trying to use an ASM statement for another cpu type and that is confusing the
compiler.

__asm__ ("rorw $8, %w0" : "=r" (__v) : "0" (__x) : "cc");

That isn't an ARM instruction.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-09-01 11:01:39
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17063


  parent reply	other threads:[~2004-09-01 11:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-17 11:48 [Bug c/17063] New: " bugzilla at arhen dot com
2004-08-17 11:49 ` [Bug c/17063] " bugzilla at arhen dot com
2004-08-17 12:44 ` reichelt at gcc dot gnu dot org
2004-08-17 14:15 ` [Bug target/17063] " pinskia at gcc dot gnu dot org
2004-09-01 11:01 ` rearnsha at gcc dot gnu dot org [this message]
2004-09-01 11:03 ` rearnsha at gcc dot gnu dot org
2004-10-29 15:54 ` rearnsha at gcc dot gnu dot org

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=20040901110142.21212.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@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).