[LLVMbugs] [Bug 3491] New: ssertion failed: (S1->getType() == S2->getType() && " Cannot create binary operator with two operands of differing type!"), function Create, file Instructions.cpp, line 1575.
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Feb 5 05:43:32 PST 2009
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: unassignedclangbugs at nondot.org
ReportedBy: rdivacky at freebsd.org
CC: llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list