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]

Re: PATCH: XFAIL tests that aren't regressions


On Mon, Apr 30, 2001 at 12:06:47PM -0400, John David Anglin wrote:
> > The test belongs into the ieee subdir because it relies on correct IEEE math, 
> > it's just that ieee.exp shoudn't use -ffloat-store unconditionally on all 
> > platforms.
> > 
> > So I would say move the test on both mainline and branch, and put fixing 
> > ieee.exp on the mainline TODO list.
> 
> On the subject of the ieee tests and XFAILS, I have this patch to disable
> ieee stuff for the vax.  It may be a bit moldy.  It would be better if
> I could just turn off ieee.exp on the vax.

# VAX does not have hardware support for IEEE arithmetic.
if { [istarget "vax-*-*"] } { return }

at the top of ieee.exp, maybe?

zw


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