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@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


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to