OSDN Git Service

fix XCRASH setup
authorbrendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 Aug 1998 15:43:10 +0000 (15:43 +0000)
committerbrendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 Aug 1998 15:43:10 +0000 (15:43 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22059 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/g++.old-deja/g++.robertl/eb27.C

index 630f8e4..1726146 100644 (file)
@@ -3,7 +3,10 @@
 */
 /* (w) 4.9.97 by Kurt Garloff <K.Garloff@ping.de> */
 // Special g++ Options:
-// crash test - XFAIL *-*-*
+// crash test - XCRASH *-*-*
+// 8/28/1998 - This dies in add_conversions from dfs_walk, null CLASSTYPE_METHOD_VEC
+// for the test<T> record_type.  This is marked as an expected failure for now,
+// until we actually fix it.
 
 #include <iostream.h>