[LLVMbugs] [Bug 18941] New: MC doesn't parse EQU $const

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Feb 23 22:35:25 PST 2014


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

            Bug ID: 18941
           Summary: MC doesn't parse EQU $const
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: MC
          Assignee: unassignedbugs at nondot.org
          Reporter: manjian2006 at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

test case :

int main(void) {


asm("\n" "vp8_block_coeff" " EQU %0" : : "i" (8));
return 0; }

commandline output:
error: unexpected token in argument list
asm("\n" "vp8_block_coeff" " EQU %0" : : "i" (8));
          ^
<inline asm>:2:21: note: instantiated into assembly here
vp8_block_coeff EQU $8
                    ^
1 error generated.

clang 3.4 is okay

-- 
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/20140224/48848e9a/attachment.html>


More information about the llvm-bugs mailing list