https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88648

Ciro Santilli <ciro.santilli at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ciro.santilli at gmail dot com

--- Comment #2 from Ciro Santilli <ciro.santilli at gmail dot com> ---
I have observed a similar problem on GCC 5.4.0 on Ubuntu 16.04 package
gcc-arm-linux-gnueabihf.

The problem only happens if I give both -marm and -masm-syntax-unified, then it
seems to ignore -masm-syntax-unified.

But without -marm it generates thumb code, which is not what I want.

Previously asked at:
https://stackoverflow.com/questions/54078112/how-to-write-syntax-unified-ual-armv7-inline-assembly-in-gcc

Reply via email to