* gcc.c-torture/execute/ieee/ieee.exp: Load gcc-dg.exp library.

From-SVN: r103365
This commit is contained in:
Ben Elliston 2005-08-22 23:59:14 +00:00 committed by Ben Elliston
parent 94b0413aaf
commit 7768a94a9a
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2005-08-23 Ben Elliston <bje@au.ibm.com>
* gcc.c-torture/execute/ieee/ieee.exp: Load gcc-dg.exp library.
2005-08-22 Jakub Jelinek <jakub@redhat.com>
PR rtl-optimization/23478

View file

@ -19,10 +19,11 @@
# Written by Jeffrey Wheat (cassidy@cygnus.com)
#
#
# Load support procs.
load_lib gcc-dg.exp
# These tests come from Torbjorn Granlund's (tege@cygnus.com)
# C torture test suite, and other contributors.
#
# Disable tests on machines with no hardware support for IEEE arithmetic.
if { [istarget "vax-*-*"] || [ istarget "powerpc-*-*spe"] } { return }