From: jont AT harlequin DOT co DOT uk (Jon Thackray) Subject: gcc asm bug for shifts and rotates 11 Jul 1998 01:37:28 -0700 Message-ID: <199807101530.QAA13121.cygnus.gnu-win32@zaphod.long.harlequin.co.uk> To: gnu-win32 AT cygnus DOT com Not sure if this is the correct forum for bug reports on gcc, but here goes anyway. Opcodes such as sal %cl,20(%esp) need a size specifier to say whether the 20(%esp) is a byte, half word or word pointer. For most opcodes requiring a size specifier, gcc complains if it is missing. But for this one, and probably other shifts and rotates, it just silently chooses byte. - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".