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

           Summary: ssertion failed: (S1->getType() == S2->getType() &&
                    "Cannot create binary operator with two operands of
                    differing type!"), function Create, file
                    Instructions.cpp, line 1575.
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: LLVM Codegen
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


the attached produces this:

lev /tmp$ clang -emit-llvm-bc msdosfs_conv.c

        ....

Assertion failed: (S1->getType() == S2->getType() && "Cannot create binary
operator with two operands of differing type!"), function Create, file
Instructions.cpp, line 1575.
Abort (core dumped)


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