[LLVMbugs] [Bug 17100] New: [-cxx-abi microsoft] Wrong mangling of function with both int[] and int* args
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Sep 4 07:49:16 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=17100
Bug ID: 17100
Summary: [-cxx-abi microsoft] Wrong mangling of function with
both int[] and int* args
Product: clang
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: timurrrr at google.com
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
------
void f(int a[], int b, int* c) { }
------
$ clang-cl -Xclang -S -Fotest.s -c test.cpp
$ grep -o "?.*Z" test.s
?f@@YAXQAHH0 at Z
should be
?f@@YAXQAHHPAH at Z
--
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/20130904/af515cd5/attachment.html>
More information about the llvm-bugs
mailing list