* gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>
Fri, 11 May 2001 16:56:29 +0000 (16:56 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Fri, 11 May 2001 16:56:29 +0000 (16:56 +0000)
From-SVN: r41971

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

index 9e485202e9c7259d34bb7fd0c9d4da8722fe91ba..32d9e96174bab533386812c62343b7a721967cbb 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 903d5cef1474d8b0df00e7cde40f7e7f1c4f8d10..dd8f50c7563705697da8fcddd015dfa0b483049f 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
 }