test/SemaTemplate/instantiation-depth-defarg.cpp: Mark as XFAIL:mingw for now.

I'll try to increase stack size later.

llvm-svn: 159912
This commit is contained in:
NAKAMURA Takumi 2012-07-08 09:35:16 +00:00
parent ecedf3ddec
commit c30cc99411

View 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()); // \