[Bug target/24610] The comment start symbol of arm target
rearnsha at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Nov 1 09:37:00 GMT 2005
------- Comment #1 from rearnsha at gcc dot gnu dot org 2005-11-01 09:37 -------
Subject: Re: New: The comment start symbol of arm target
On Tue, 2005-11-01 at 07:31, hanzac at gmail dot com wrote:
> It's true that the arm comment start symbol is '@', but GCC will generate some
> assembler code end with a '@' and a comment without a separator so it can't be
> parsed by gas.
No, it shouldn't. '@' is the comment symbol in GAS for ARM. Any other
use of '@' by gcc in ARM code is a bug. So the question is where is
this coming from. I don't have a wince build, so can you post an
assembly code fragment that demonstrates this problem?
> @@ -294,7 +294,7 @@
> #endif
>
> #ifndef ASM_COMMENT_START
> -#define ASM_COMMENT_START "@"
> +#define ASM_COMMENT_START ";@"
> #endif
This is incorrect. ';' is a statement separator, not a comment
separator.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24610
More information about the Gcc-bugs
mailing list