This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/11442] [3.3 regression] [arm] invalid assembler on arm
- From: "rearnsha at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Oct 2003 09:18:57 -0000
- Subject: [Bug target/11442] [3.3 regression] [arm] invalid assembler on arm
- References: <20030706115750.11442.debian-gcc@lists.debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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.