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

           Summary: assertion "Src->getType()->isFloatingPoint() && "Unknown
                    real conversion"" failed
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: NetBSD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: LLVM Codegen
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


Created an attachment (id=1843)
 --> (http://llvm.org/bugs/attachment.cgi?id=1843)
File triggering the bug

Compiling the following program with clang (svn revision 53738, NetBSD, x86_64)
trigger an assertion:

> clang bug.c -emit-llvm
assertion "Src->getType()->isFloatingPoint() && "Unknown real conversion""
failed: file "CGExprScalar.cpp", line 402, function
"llvm::Value*<unnamed>::ScalarExprEmitter::EmitScalarConversion(llvm::Value*,
clang::QualType, clang::QualType)"
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