[LLVMbugs] [Bug 18527] New: [-cxx-abi microsoft] Can't mangle auto at global scope
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jan 17 22:17:51 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=18527
Bug ID: 18527
Summary: [-cxx-abi microsoft] Can't mangle auto at global scope
Product: clang
Version: trunk
Hardware: PC
OS: Windows XP
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: kumquats.a.pair at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
trunk at 199501
Built with VS2012 Update 4 for host x64 and target x64.
Command-line:
clang-cl Example1.cpp
Consider:
Example1.cpp:
auto myVar = 1;
void foo()
{
}
Example1.cpp Output:
error: cannot mangle this 'auto' type yet
Example2.cpp:
auto myLamb = []{};
Example2.cpp Output:
error: cannot mangle this 'auto' type yet
Expected result: It compiles and generates code.
--
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/20140118/cdf0db17/attachment.html>
More information about the llvm-bugs
mailing list