[llvm-bugs] [Bug 33996] fatal error: recursive template instantiation exceeded maximum depth of 256
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Aug 1 20:23:21 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=33996
zosrothko at orange.fr <zosrothko at orange.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #8 from zosrothko at orange.fr <zosrothko at orange.fr> ---
You are correct. This is not a clang bug but a misunderstanding view from my
side. Compiling the code with the -ftemplate-depth=340 option succeeds. My view
was biased because it was compiling fine with gcc-5.4.1, which should have a
template evaluation stack size greater by default.
Sorry for the noise generated by this issue. Thank you for having taking time
to look at it.
--
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/20170802/b165bbed/attachment.html>
More information about the llvm-bugs
mailing list