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: [email protected]
Reporter: [email protected]
CC: [email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs