[LLVMbugs] [Bug 16956] Clang cannot compile a simple but long function
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Aug 21 11:50:38 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16956
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |richard-llvm at metafoo.co.uk
Resolution|--- |WORKSFORME
--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
(In reply to comment #0)
> On MacOS if I try to compile the attached file it doesn't compile.
This is a very uninformative complaint. What happens?
This works for me with trunk. I assume you're hitting a stack overflow, which
makes this INVALID unless you can identify some particular function which seems
to be using too much stack space. We're allowed to fail for such cases under
[implimits], and we're not ever going to make the parser/sema fully
non-recursive, so there will always be sufficiently-complex programs that
trigger issues.
--
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/20130821/1c7a7cdd/attachment.html>
More information about the llvm-bugs
mailing list