This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: g++.other/crash18.C: Fails on Irix
- To: gcc-patches at gcc dot gnu dot org
- Subject: Re: PATCH: g++.other/crash18.C: Fails on Irix
- From: Jeffrey Oldham <oldham at codesourcery dot com>
- Date: Sat, 30 Dec 2000 09:05:29 -0800
- Cc: Jeffrey Oldham <oldham at codesourcery dot com>
- Organization: CodeSourcery LLC
(The previous posting omitted an attached patch.)
2000-12-30 Jeffrey Oldham <oldham@codesourcery.com>
* g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
The test's "-fvtable-gc" causes a ".vtable_entry" assembly pseudo op
to be produced. For non-Gnu assemblers such as on many Irix machines,
this pseudo op is not supported.
Tested on i686-pc-linux-gnu and mips-sgi-irix6.5.
Approved by Mark Mitchell.
Thanks,
Jeffrey D. Oldham
oldham@codesourcery.com
Index: crash18.C
===================================================================
RCS file: /cvs/gcc/egcs/gcc/testsuite/g++.old-deja/g++.other/crash18.C,v
retrieving revision 1.2
diff -c -p -r1.2 crash18.C
*** crash18.C 2000/06/15 00:14:08 1.2
--- crash18.C 2000/12/30 15:47:48
***************
*** 1,7 ****
// Build don't link:
// Special g++ Options: -fvtable-gc
// Origin: Mark Mitchell <mitchell@codesourcery.com>
! // excess errors test - XFAIL *-*-coff *-*-aout *-*-hms
struct S {
virtual void f ();
--- 1,7 ----
// Build don't link:
// Special g++ Options: -fvtable-gc
// Origin: Mark Mitchell <mitchell@codesourcery.com>
! // excess errors test - XFAIL *-*-coff *-*-aout *-*-hms mips*-sgi-irix*
struct S {
virtual void f ();