http://llvm.org/bugs/show_bug.cgi?id=20034

            Bug ID: 20034
           Summary: cl.exe accepts static redefinitions of extern const
                    variables
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

The following compiles with cl.exe but not clang-cl

extern const int ISimpleDOMDocument__MIDL_ProcFormatString;
static const int ISimpleDOMDocument__MIDL_ProcFormatString;

-- 
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

Reply via email to