http://llvm.org/bugs/show_bug.cgi?id=22378
Richard Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #1 from Richard Smith <[email protected]> --- You're suggesting that Clang should have some mechanism to detect overly-deep recursion in constexpr evaluation and report an error instead of crashing... and we do. It's called -fconstexpr-depth. You turned it off. -- 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
