http://llvm.org/bugs/show_bug.cgi?id=16662

Richard Smith <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |INVALID

--- Comment #1 from Richard Smith <[email protected]> ---
One of the reasons we have -ftemplate-depth is to prevent stack overflow during
deeply nested template instantiation. By turning that off, you've turned off
the protection against stack overflow, so you get stack overflow.

If you want this to work try increasing your stack ulimit.

-- 
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

Reply via email to