From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21223 invoked by alias); 1 Sep 2004 11:01:43 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 21213 invoked by uid 48); 1 Sep 2004 11:01:42 -0000 Date: Wed, 01 Sep 2004 11:01:00 -0000 Message-ID: <20040901110142.21212.qmail@sourceware.org> From: "rearnsha at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040817114851.17063.bugzilla@arhen.com> References: <20040817114851.17063.bugzilla@arhen.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/17063] internal compiler error: in arm_print_operand, at config/arm/arm.c:9816 X-Bugzilla-Reason: CC X-SW-Source: 2004-09/txt/msg00039.txt.bz2 List-Id: ------- 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