[LLVMbugs] [Bug 21891] New: Assertion failed: Depth <= MaxDepth && "Limit Search Depth"
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Dec 12 05:46:57 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=21891
Bug ID: 21891
Summary: Assertion failed: Depth <= MaxDepth && "Limit Search
Depth"
Product: clang
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: clangbugs.10.mdwxzxkl at spamgourmet.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 13522
--> http://llvm.org/bugs/attachment.cgi?id=13522&action=edit
preprocessed source
When compiling the attached source file, Clang crashes with the error message:
Assertion failed: Depth <= MaxDepth && "Limit Search Depth", file
..\lib\Analysis\ValueTracking.cpp, line 747
The attached code is not a pathological case, but does actually compute
something useful (that is, the logarithm to base ten). Clang does not crash
when the __builtin_assume is removed.
--
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/20141212/b634d3a4/attachment.html>
More information about the llvm-bugs
mailing list