[llvm-bugs] [Bug 24674] New: assertion failed and and abort trap

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Sep 2 02:27:20 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=24674

            Bug ID: 24674
           Summary: assertion failed and and abort trap
           Product: clang
           Version: 3.7
          Hardware: PC
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: bugzilla at hannes.hauswedell.net
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 14810
  --> https://llvm.org/bugs/attachment.cgi?id=14810&action=edit
the log

With clang-3.7-rc3 and and clang-3.8-trunk I can't compile most SeqAn
(bioinformatics template library) applications anymore:

Assertion failed: (Ty && "Invalid GetElementPtrInst indices for type!"),
function checkGEPType, file
/wrkdirs/usr/ports/devel/llvm37/work/llvm-3.7.0rc3.src/include/llvm/IR/Instructions.h,
line 823.
clang-3.7: error: unable to execute command: Abort trap (core dumped)

clang-3.6.2 works fine. I have attached build log, sh and cpp.

Platform is FreeBSD 10.2 which means libc++. Also OpenMP is used. I cannot test
on Linux right now, but I will try asap.

-- 
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/20150902/c2b6db76/attachment.html>


More information about the llvm-bugs mailing list