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

            Bug ID: 15441
           Summary: identifiers with multibyte characters not correct in
                    assembly output
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: X86
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Created attachment 10139
  --> http://llvm.org/bugs/attachment.cgi?id=10139&action=edit
test case

Identifiers escaped with double quotes don't have the double quotes stripped
for assembly language output.  This may not be backend specific. GNU as accepts
multibyte characters in identifiers with out the leading and trailing double
quotes.  This bug prevents UTF8 support for identifiers.

Attached is a test case.

-- 
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