diff options
author | oldham <oldham@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-30 16:47:17 +0000 |
---|---|---|
committer | oldham <oldham@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-30 16:47:17 +0000 |
commit | 515f38de0632492f33bb46f602d1071c5ef585c0 (patch) | |
tree | e80822c1d073168831f2869b694b2bd54bc1bc37 | |
parent | d14b607b5310932bbf675b1fee88e3868ea2afb7 (diff) | |
download | gcc-515f38de0632492f33bb46f602d1071c5ef585c0.tar.gz |
2000-12-30 Jeffrey Oldham <oldham@codesourcery.com>
* g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38563 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.other/crash18.C | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d916616a036..3959691ddd0 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2000-12-30 Jeffrey Oldham <oldham@codesourcery.com> + + * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*. + 2000-12-30 David Billinghurst <David.Billinghurst@riotinto.com> * lib/g++.exp: Use sh to exec ${odir_v3}/tests_flags diff --git a/gcc/testsuite/g++.old-deja/g++.other/crash18.C b/gcc/testsuite/g++.old-deja/g++.other/crash18.C index c6261c8b85f..ce0f64621c9 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/crash18.C +++ b/gcc/testsuite/g++.old-deja/g++.other/crash18.C @@ -1,7 +1,7 @@ // Build don't link: // Special g++ Options: -fvtable-gc // Origin: Mark Mitchell <mitchell@codesourcery.com> -// excess errors test - XFAIL *-*-coff *-*-aout *-*-hms +// excess errors test - XFAIL *-*-coff *-*-aout *-*-hms mips*-sgi-irix* struct S { virtual void f (); |