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: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to