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

             Bug #: 12024
           Summary: Global objects with virtual inheritance trigger
                    assertion
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: C++0x
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified


Created attachment 8067
  --> http://llvm.org/bugs/attachment.cgi?id=8067
Preprocessed source

The simple testcase below will trigger an assertion IRgen with Clang ToT
(r150739) when compiled with -std=c++0x.

struct B{};
struct D : virtual B{};

D d;

int main(){}

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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