+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.
#
# 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
# 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
}