From: NAKAMURA Takumi Date: Tue, 30 Aug 2016 15:38:18 +0000 (+0000) Subject: Disable clang/test/SemaTemplate/instantiation-depth-default.cpp temporarily for targe... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47d3e4ed467e4825870b8ab7926e107c6039df47;p=clang Disable clang/test/SemaTemplate/instantiation-depth-default.cpp temporarily for targeting mingw32. It crashes. Investigating. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@280104 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/SemaTemplate/instantiation-depth-default.cpp b/test/SemaTemplate/instantiation-depth-default.cpp index 10cb2cde7c..3d89aa18ca 100644 --- a/test/SemaTemplate/instantiation-depth-default.cpp +++ b/test/SemaTemplate/instantiation-depth-default.cpp @@ -12,3 +12,6 @@ template struct X : X {}; // 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