http://llvm.org/bugs/show_bug.cgi?id=12896
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from [email protected] --- Fixed in r192096 or before: % ~/LLVM/build/Release+Asserts/bin/clang++ -std=c++11 clang.cpp clang.cpp:938:13: fatal error: recursive template instantiation exceeded maximum depth of 256 [...] As recursively instantiating <sumHelper> itself is correct, replacing the crash with an appropriate error message fixes this bug. Closing. -- 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
