This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
PATCH: g++.other/crash18.C: Fails on Irix
- To: gcc-patches at gcc dot gnu dot org
- Subject: PATCH: g++.other/crash18.C: Fails on Irix
- From: Jeffrey Oldham <oldham at codesourcery dot com>
- Date: Sat, 30 Dec 2000 08:50:16 -0800
- Cc: Jeffrey Oldham <oldham at codesourcery dot com>
- Organization: CodeSourcery LLC
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