r280104 - Disable clang/test/SemaTemplate/instantiation-depth-default.cpp temporarily for targeting mingw32. It crashes. Investigating.

NAKAMURA Takumi via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 30 08:38:19 PDT 2016


Author: chapuni
Date: Tue Aug 30 10:38:18 2016
New Revision: 280104

URL: http://llvm.org/viewvc/llvm-project?rev=280104&view=rev
Log:
Disable clang/test/SemaTemplate/instantiation-depth-default.cpp temporarily for targeting mingw32. It crashes. Investigating.

Modified:
    cfe/trunk/test/SemaTemplate/instantiation-depth-default.cpp

Modified: cfe/trunk/test/SemaTemplate/instantiation-depth-default.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaTemplate/instantiation-depth-default.cpp?rev=280104&r1=280103&r2=280104&view=diff
==============================================================================
--- cfe/trunk/test/SemaTemplate/instantiation-depth-default.cpp (original)
+++ cfe/trunk/test/SemaTemplate/instantiation-depth-default.cpp Tue Aug 30 10:38:18 2016
@@ -12,3 +12,6 @@ template<int N, typename T> struct X : X
 // expected-note at 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




More information about the cfe-commits mailing list