[LLVMbugs] [Bug 17672] New: Assertion failed in LLVM header when cross-compiling on BlueGene/Q using SLP vectorizer
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Oct 23 23:01:52 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=17672
Bug ID: 17672
Summary: Assertion failed in LLVM header when cross-compiling
on BlueGene/Q using SLP vectorizer
Product: clang
Version: trunk
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: michael.schlottke at sloede.com
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 11416
--> http://llvm.org/bugs/attachment.cgi?id=11416&action=edit
full error message
When trying to cross-compile on a BlueGene/Q with clang (r190771), I get the
following error and clang crashes:
clang:
/gpfs/vesta-home/hfinkel/rpmbuild/BUILD/llvm/include/llvm/Support/Casting.h:239:
typename llvm::cast_retty<X, Y*>::ret_type llvm::cast(Y*) [with X =
llvm::VectorType, Y = llvm::Type]: Assertion `isa<X>(Val) && "cast<Ty>()
argument of incompatible type!"' failed.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131024/d553d6f0/attachment.html>
More information about the llvm-bugs
mailing list