r280104 - Disable clang/test/SemaTemplate/instantiation-depth-default.cpp temporarily for targeting mingw32. It crashes. Investigating.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 30 12:12:27 PDT 2016


On Tue, Aug 30, 2016 at 8:38 AM, NAKAMURA Takumi via cfe-commits <
cfe-commits at lists.llvm.org> wrote:

> Author: chapuni
> Date: Tue Aug 30 10:38:18 2016
> New Revision: 280104
>
> URL: http://llvm.org/viewvc/llvm-project?rev=280104&view=rev
> Log:
> Disable clang/test/SemaTemplate/instantiation-depth-default.cpp
> temporarily for targeting mingw32. It crashes. Investigating.
>

This is probably due to stack overflow. Is there a way we can raise the
stack limit for mingw32?


> Modified:
>     cfe/trunk/test/SemaTemplate/instantiation-depth-default.cpp
>
> Modified: cfe/trunk/test/SemaTemplate/instantiation-depth-default.cpp
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/
> SemaTemplate/instantiation-depth-default.cpp?rev=280104&
> r1=280103&r2=280104&view=diff
> ============================================================
> ==================
> --- cfe/trunk/test/SemaTemplate/instantiation-depth-default.cpp (original)
> +++ cfe/trunk/test/SemaTemplate/instantiation-depth-default.cpp Tue Aug
> 30 10:38:18 2016
> @@ -12,3 +12,6 @@ template<int N, typename T> struct X : X
>  // expected-note at 8 {{use -ftemplate-depth=N to increase recursive
> template instantiation depth}}
>
>  X<0, int> x; // expected-note {{in instantiation of}}
> +
> +// FIXME: It crashes. Investigating.
> +// UNSUPPORTED: mingw32
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160830/8a2c2d70/attachment.html>


More information about the cfe-commits mailing list