From: NAKAMURA Takumi Date: Sun, 8 Jul 2012 09:35:16 +0000 (+0000) Subject: test/SemaTemplate/instantiation-depth-defarg.cpp: Mark as XFAIL:mingw for now. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fff457fc28f18fd75b8f1b0b01edf6a042afcff9;p=clang 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 --- diff --git a/test/SemaTemplate/instantiation-depth-defarg.cpp b/test/SemaTemplate/instantiation-depth-defarg.cpp index d66c71ba54..f386a6a28f 100644 --- a/test/SemaTemplate/instantiation-depth-defarg.cpp +++ b/test/SemaTemplate/instantiation-depth-defarg.cpp @@ -1,5 +1,7 @@ // RUN: %clang_cc1 -fsyntax-only -verify -ftemplate-depth 512 -ftemplate-backtrace-limit 4 %s +// XFAIL: mingw32 + template struct S { typedef typename S::type type; static int f(int n = S::f()); // \