[LLVMbugs] [Bug 16813] New: [-cxx-abi microsoft] Cannot take the address of __uuidof keyword/operator
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Aug 6 18:33:00 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16813
Bug ID: 16813
Summary: [-cxx-abi microsoft] Cannot take the address of
__uuidof keyword/operator
Product: clang
Version: unspecified
Hardware: PC
OS: Linux
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
The following crashes clang in
clang::CodeGen::CodeGenModule::EmitUuidofInitializer:
#include <Guiddef.h>
struct __declspec(uuid("{12345678-1234-1234-1234-123456789abc}")) Thing;
const _GUID * thing = &__uuidof(Thing);
--
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/20130807/be9c49c3/attachment.html>
More information about the llvm-bugs
mailing list