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

llvm-svn: 280104
This commit is contained in:
NAKAMURA Takumi 2016-08-30 15:38:18 +00:00
parent 92c948901a
commit c37dc82d0b
1 changed files with 3 additions and 0 deletions

View File

@ -12,3 +12,6 @@ template<int N, typename T> struct X : X<N+1, T*> {};
// expected-note@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