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

2024-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31782 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

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

2021-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31782 Andrew Pinski changed: What|Removed |Added CC||greened at obbligato dot org --- Comment

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

2021-07-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31782 Andrew Pinski changed: What|Removed |Added CC||kerrg at ccs dot neu.edu --- Comment #13

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

2021-07-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31782 Andrew Pinski changed: What|Removed |Added CC||rwxr-xr-x at gmx dot de --- Comment #12

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

2021-07-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31782 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2021-07-29 Status|UNCONFIRME

[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?

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

2014-06-23 Thread harald at gigawatt dot nl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31782 --- Comment #9 from Harald van Dijk --- Oh, very sorry about that, I hadn't realised clang stopped using gas. clang uses its own assembler now, which supports quoted names this as a syntax extension. Now that there is a possible syntax already, p

[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-22 Thread harald at gigawatt dot nl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31782 --- Comment #7 from Harald van Dijk --- That's good to know. Trying some more, clang does manage to get even weirder symbol names right, because gas does have a form of quoting already, and clang makes use of it. int x __asm__(")"); int main() {

[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 --- Comme

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

2011-02-04 Thread funto66 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31782 funto66 at gmail dot com changed: What|Removed |Added CC||funto66 at gmail dot com --- Co

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

2007-05-02 Thread joseph at codesourcery dot com
--- Comment #4 from joseph at codesourcery dot com 2007-05-02 12:58 --- Subject: Re: Invalid assembly code on initial dollar signs On Wed, 2 May 2007, truedfx at gentoo dot org wrote: > Thanks for the link. I don't see how GAS could be fixed, though. How would the > assembler tell the

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

2007-05-01 Thread truedfx at gentoo dot org
--- Comment #3 from truedfx at gentoo dot org 2007-05-02 05:58 --- Thanks for the link. I don't see how GAS could be fixed, though. How would the assembler tell the difference between $0 the constant and $0 the identifier? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31782

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

2007-05-01 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-05-02 03:33 --- > unless $ also becomes an invalid identifier in C. Well read: http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/Dollar-Signs.html it is can be but does not have to be. This works for me targetting spu-elf and powerpc64