This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
PATCH: Disable IEEE tests on VAX
- To: gcc-patches at gcc dot gnu dot org
- Subject: PATCH: Disable IEEE tests on VAX
- From: "John David Anglin" <dave at hiauly1 dot hia dot nrc dot ca>
- Date: Thu, 10 May 2001 11:09:59 -0400 (EDT)
The following patch was suggested by Zack Weinberg. I have checked that
it sucessfully disables the ieee floating point tests on the VAX. I have
also checked that the tests still run without any problems under i686.
OK for branch and main?
Dave
--
J. David Anglin dave.anglin@nrc.ca
National Research Council of Canada (613) 990-0752 (FAX: 952-6605)
2001-05-07 John David Anglin <dave@hiauly1.hia.nrc.ca>
* gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
--- gcc.c-torture/execute/ieee/ieee.exp.orig Wed Dec 16 17:16:49 1998
+++ gcc.c-torture/execute/ieee/ieee.exp Mon Apr 30 12:47:18 2001
@@ -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
}