diff options
author | Brendan Kehoe <brendan@gcc.gnu.org> | 1998-08-28 11:43:10 -0400 |
---|---|---|
committer | Brendan Kehoe <brendan@gcc.gnu.org> | 1998-08-28 11:43:10 -0400 |
commit | ec8b2a13642c7b6b75f6a949776076f1c1c879c6 (patch) | |
tree | f609d57bc248a934a646808787720b20e8f07f71 /gcc | |
parent | 5d0c47400bde0e54f5e28990d242082ff1fbae04 (diff) | |
download | gcc-ec8b2a13642c7b6b75f6a949776076f1c1c879c6.zip gcc-ec8b2a13642c7b6b75f6a949776076f1c1c879c6.tar.gz gcc-ec8b2a13642c7b6b75f6a949776076f1c1c879c6.tar.bz2 |
fix XCRASH setup
From-SVN: r22059
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.robertl/eb27.C | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.robertl/eb27.C b/gcc/testsuite/g++.old-deja/g++.robertl/eb27.C index 630f8e4..1726146 100644 --- a/gcc/testsuite/g++.old-deja/g++.robertl/eb27.C +++ b/gcc/testsuite/g++.old-deja/g++.robertl/eb27.C @@ -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> |