[LLVMbugs] [Bug 20595] New: [ARM] Integrated assembler does not support stmeqia instruction

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Aug 8 09:38:13 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=20595

            Bug ID: 20595
           Summary: [ARM] Integrated assembler does not support stmeqia
                    instruction
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: ismail at donmez.ws
                CC: llvmbugs at cs.uiuc.edu, renato.golin at linaro.org
    Classification: Unclassified

This instruction is used for libffi's ARM assembly files. Apparently everybody
and their dog knows about this problem but instead of reporting a bug they used
-no-integrated-as.

Reproducer:

> cat libffi-3.1/sysv.S
stmeqia r2, {r0, r1}

> arm-linux-gnueabihf-gcc -c sysv.S
> echo $?
0

> clang -v
clang version 3.6.0 (trunk 214951)
Target: armv7a-unknown-linux-gnueabihf
[...]

> arm-clang -c sysv.S
sysv.S:1:1: error: invalid instruction
stmeqia r2, {r0, r1}
^

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140808/24a2bd8b/attachment.html>


More information about the llvm-bugs mailing list