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

            Bug ID: 18437
           Summary: [-cxx-abi microsoft] Assertion fired: Could not place
                    field even with packed struct!
           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 A {};
struct B {};
struct C : virtual B, virtual A {};
struct E {
  C a[2];
  int b;
};
E x;

compile with:
clang++ -cc1 -cxx-abi microsoft -triple i386-pc-win32 different.cpp -fno-rtti
-emit-llvm -S -o -

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