OSDN Git Service

* gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 May 2001 16:56:29 +0000 (16:56 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 May 2001 16:56:29 +0000 (16:56 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41971 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp

index 9e48520..32d9e96 100644 (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.
index 903d5ce..dd8f50c 100644 (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
 }