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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to