[LLVMbugs] [Bug 1708] New: assertion failure with complex short data type

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Sep 26 08:01:59 PDT 2007


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

           Summary: assertion failure with complex short data type
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: richard.smith at antixlabs.com
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=1145)
 --> (http://llvm.org/bugs/attachment.cgi?id=1145)
test canse

The attached code shows an assertion failure with complex short data types:

$ llvm-gcc bug.c --emit-llvm
...
cc1:
/home/ros/svn/agp/trunk/toolchain/llvm/llvm/lib/VMCore/Instructions.cpp:2218:
llvm::CmpInst::CmpInst(llvm::Instruction::OtherOps, short unsigned int,
llvm::Value*, llvm::Value*, const std::string&, llvm::BasicBlock*): Assertion
`Op0Ty->isFloatingPoint() && "Invalid operand types for FCmp instruction"'
failed.
bug.c:6: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://llvm.org/bugs> for instructions.


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