[LLVMbugs] [Bug 22378] Segment fault with deep constexpr recursion

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jan 29 15:39:42 PST 2015


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

Richard Smith <richard-llvm at metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |richard-llvm at metafoo.co.uk
         Resolution|---                         |INVALID

--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150129/fb948796/attachment.html>


More information about the llvm-bugs mailing list