[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



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.



------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.



Reply to: