diff options
-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 (); |