From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8650 invoked by alias); 29 Oct 2004 15:54:59 -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 8579 invoked by uid 48); 29 Oct 2004 15:54:57 -0000 Date: Fri, 29 Oct 2004 15:54:00 -0000 Message-ID: <20041029155457.8578.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-10/txt/msg03712.txt.bz2 List-Id: ------- Additional Comments From rearnsha at gcc dot gnu dot org 2004-10-29 15:54 ------- Fixed in 4.0. Not intending to fix for 3.4 or earlier, since not a regression. int f (int x, int y) { __asm__("rorw $8, %w0" : "=r"(x): "0" (y) : "cc"); return x; } test.c: In function 'f': test.c:3: error: invalid `asm': invalid operand for code 'w' -- What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17063