[Bug target/17063] internal compiler error: in arm_print_operand, at config/arm/arm.c:9816

rearnsha at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Oct 29 15:54:00 GMT 2004


------- 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



More information about the Gcc-bugs mailing list