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