[LLVMbugs] [Bug 16848] New: [-cxx-abi microsoft] Pointer are mangled incorrectly in 64-bit mode

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Aug 9 08:52:06 PDT 2013


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

            Bug ID: 16848
           Summary: [-cxx-abi microsoft] Pointer are mangled incorrectly
                    in 64-bit mode
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM Codegen
          Assignee: unassignedclangbugs at nondot.org
          Reporter: david.majnemer at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

consider:
int **member;

we mangle it as:
?member@@3PEAHA

we should mangle it as:
?member@@3PEAHEA

It seems our logic for applying 'E' is not quite right.

-- 
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/20130809/b79b34ec/attachment.html>


More information about the llvm-bugs mailing list