]> granicus.if.org Git - clang/commitdiff
test/SemaTemplate/instantiation-depth-defarg.cpp: Mark as XFAIL:mingw for now.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 8 Jul 2012 09:35:16 +0000 (09:35 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 8 Jul 2012 09:35:16 +0000 (09:35 +0000)
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

test/SemaTemplate/instantiation-depth-defarg.cpp

index d66c71ba548a301321084ac3366521996d1d44c5..f386a6a28f16682a0263a26a950167384a37817a 100644 (file)
@@ -1,5 +1,7 @@
 // RUN: %clang_cc1 -fsyntax-only -verify -ftemplate-depth 512 -ftemplate-backtrace-limit 4 %s
 
+// XFAIL: mingw32
+
 template<int N> struct S {
   typedef typename S<N-1>::type type;
   static int f(int n = S<N-1>::f()); // \