[LLVMbugs] [Bug 15441] New: identifiers with multibyte characters not correct in assembly output

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Mar 4 12:19:53 PST 2013


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: unassignedbugs at nondot.org
          Reporter: bagel99 at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130304/b39e8cd6/attachment.html>


More information about the llvm-bugs mailing list