This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: g++.other/crash18.C: Fails on Irix


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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]