[LLVMbugs] [Bug 8615] New: asmparser cant grok '

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Nov 15 10:22:01 PST 2010


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: unassignedbugs at nondot.org
        ReportedBy: rdivacky at freebsd.org
                CC: llvmbugs at cs.uiuc.edu


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.



More information about the llvm-bugs mailing list