http://llvm.org/bugs/show_bug.cgi?id=21164
Bug ID: 21164
Summary: -fms-compatibility: out-of-line definition of static
data member not handled correctly
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:
struct C {
static const int I = 5;
};
const int C::I;
We do not emit a definition of C::I even though both the standard and cl.exe
both do.
--
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