Commit e7288e18 by John David Anglin Committed by John David Anglin

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

From-SVN: r41971
parent c873862c
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
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment