[Bug target/11442] [3.3 regression] [arm] invalid assembler on arm

rearnsha at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Oct 1 09:18:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11442



------- Additional Comments From rearnsha at gcc dot gnu dot org  2003-10-01 09:18 -------
Note for clarity.  By "four bytes per statement" I mean between each semicolon
in the input string.  So 

	asm ("insn1; insn2; insn3 insn4")

is ok and (on ARM) will be counted as 16 bytes.  But

	asm (".space 16")

is not, it will only be counted as 4 bytes by the compiler.



More information about the Gcc-bugs mailing list