]> granicus.if.org Git - clang/commitdiff
Disable clang/test/SemaTemplate/instantiation-depth-default.cpp temporarily for targe...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 30 Aug 2016 15:38:18 +0000 (15:38 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 30 Aug 2016 15:38:18 +0000 (15:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@280104 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaTemplate/instantiation-depth-default.cpp

index 10cb2cde7c445b9648761ce759fe925900a30b59..3d89aa18ca4388b4e22dd3577d5eda3a25664222 100644 (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