[Bug target/89482] arm aarch32 inline assembly w constraints generate s registers instead of d

2019-03-01 Thread ciro.santilli at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89482 --- Comment #10 from Ciro Santilli --- I'm tempted to give it a shot, since doc current state makes me sad :-) If I do start work, I'll ping here to avoid work duplication.

[Bug target/89482] arm aarch32 inline assembly w constraints generate s registers instead of d

2019-02-28 Thread ciro.santilli at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89482 --- Comment #8 from Ciro Santilli --- Thanks for the reply, David. Do you have the doc patch uploaded anywhere to serve as a starting point? Quick things that we might need to change / clarify: - is the x constraint documented somewhere? Menti

[Bug target/89482] arm aarch32 inline assembly w constraints generate s registers instead of d

2019-02-27 Thread ciro.santilli at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89482 --- Comment #5 from Ciro Santilli --- Ah awesome, thanks, %P works. If anyone knows who is working on it / if there is a ticket to track it, let me know.

[Bug target/89482] arm aarch32 inline assembly w constraints generate s registers instead of d

2019-02-25 Thread ciro.santilli at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89482 --- Comment #3 from Ciro Santilli --- On Ubuntu 16.04 GCC 5.4.0 which I have access to now and fails with the same error `arm-linux-gnueabihf-gcc -v` gives: Using built-in specs. COLLECT_GCC=arm-linux-gnueabihf-gcc COLLECT_LTO_WRAPPER=/usr/lib/g

[Bug c/89482] New: arm aarch32 inline assembly w constraints generate s registers instead of d

2019-02-24 Thread ciro.santilli at gmail dot com
: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: ciro.santilli at gmail dot com Target Milestone: --- The 8.2.0 documentation at https://gcc.gnu.org/onlinedocs/gcc-8.2.0/gcc/Machine-Constraints.html#Machine-Constraints says

[Bug target/88648] [7/8/9 Regression] Force unified syntax for inline assembly not functional (-masm-syntax-unified)

2019-01-08 Thread ciro.santilli at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88648 Ciro Santilli changed: What|Removed |Added CC||ciro.santilli at gmail dot com