[LLVMbugs] [Bug 19726] New: clang-cl causes Alias must point to a definition error
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon May 12 09:41:58 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19726
Bug ID: 19726
Summary: clang-cl causes Alias must point to a definition error
Product: clang
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: jmuizelaar at mozilla.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
The following code causes a "Alias must point to a definition" assertion in the
verifier.
struct _Lockit
{
__declspec(dllimport) ~_Lockit();
};
int p()
{
_Lockit l;
return 0;
}
clang-cl -c test.cc
--
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/20140512/ac9e84e5/attachment.html>
More information about the llvm-bugs
mailing list