Created attachment 14810 [details] 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.
For size reasons the cpp and sh are here: http://hannes.hauswedell.net/pub/lambda-a1e3b2.cpp.xz http://hannes.hauswedell.net/pub/lambda-a1e3b2.sh
(In reply to comment #1) > For size reasons the cpp and sh are here: > http://hannes.hauswedell.net/pub/lambda-a1e3b2.cpp.xz > http://hannes.hauswedell.net/pub/lambda-a1e3b2.sh I'm getting 403 Forbidden responses on these.
> I'm getting 403 Forbidden responses on these. Sorry about that. Should be fixed now.
Fixed in revision 246846.
Thanks a lot!
Did this fix not make it into 3.7.1 ? I still get the same error.. [on 3.8 svn it builds fine]
(In reply to comment #6) > Did this fix not make it into 3.7.1 ? I still get the same error.. > [on 3.8 svn it builds fine] No, I did not backported fix to 3.7.1.