Richard Smith
f5baeb4af5
PR13368: Halve the instantiation depth of this test again. Apparently, FreeBSD
...
has a much lower default stack limit than the systems I have access to.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160240 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-15 23:29:50 +00:00
Richard Smith
6ff6cfe696
Halve template depth in an attempt to get this test passing on mingw32.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159917 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-08 21:06:29 +00:00
NAKAMURA Takumi
fff457fc28
test/SemaTemplate/instantiation-depth-defarg.cpp: Mark as XFAIL:mingw for now.
...
I'll try to increase stack size later.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159912 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-08 09:35:16 +00:00
Richard Smith
ab91ef1dbe
PR9793: Treat substitution as an instantiation step for the purpose of the
...
-ftemplate-depth limit. There are various ways to get an infinite (or merely
huge) stack of substitutions with no intervening instantiations. This is also
consistent with gcc's behavior.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159907 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-08 02:38:24 +00:00