[Bug target/31782] Invalid assembly code on initial dollar signs

2014-06-22 Thread raphael.jakse at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31782 Raphaël JAKSE changed: What|Removed |Added CC||raphael.jakse at gmail dot com

[Bug target/31782] Invalid assembly code on initial dollar signs

2014-06-23 Thread raphael.jakse at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31782 --- Comment #8 from Raphaël JAKSE --- I tried call"$" instead of call($) With gcc -S, I got : t.s: Assembler messages: t.s:30: Error: invalid character `"' before operand 1 I don't know if there is a way to use quoting (" ") i

[Bug target/31782] Invalid assembly code on initial dollar signs

2014-06-24 Thread raphael.jakse at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31782 --- Comment #10 from Raphaël JAKSE --- So, a long term solution would be to allow quoted function names with the call instruction in gas?