* gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.

From-SVN: r41971
This commit is contained in:
John David Anglin 2001-05-11 16:56:29 +00:00 committed by John David Anglin
parent c873862c4f
commit e7288e1888
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-05-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
* gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
2001-05-11 Mark Mitchell <mark@codesourcery.com>
* lib/objc.exp: Add -lposix4 on Solaris 2.8.

View File

@ -1,6 +1,6 @@
#
# Expect driver script for GCC Regression Tests
# Copyright (C) 1993, 1996 Free Software Foundation
# Copyright (C) 1993, 1996, 2001 Free Software Foundation
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -24,6 +24,9 @@
# C torture test suite, and other contributors.
#
# VAX does not have hardware support for IEEE arithmetic.
if { [istarget "vax-*-*"] } { return }
if $tracelevel then {
strace $tracelevel
}