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

           Summary: Crash in llvm-as with void field in struct
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Testcase:
%x = type {void}

Run through llvm-as:
llvm-as: /home/eli/llvm/lib/VMCore/Type.cpp:346:
llvm::StructType::StructType(const std::vector<const llvm::Type*,
std::allocator<const llvm::Type*> >&, bool): Assertion `Types[i] !=
Type::VoidTy && "Void type for structure field!!"' failed.


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