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

           Summary: asmparser cant grok '
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: X86
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


pes ~$ cat foo.s .set ASCII_BEL, '#' 
pes ~$ clang foo.s 
foo.s:1:17: error: invalid character in input 
.set ASCII_BEL, '#'                 
                ^ foo.s:1:17:
error: unknown token in expression
.set ASCII_BEL, '#'
                 ^
pes ~$ as foo.s
pes ~$

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to