http://llvm.org/bugs/show_bug.cgi?id=16956
Richard Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WORKSFORME --- Comment #1 from Richard Smith <[email protected]> --- (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.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
