* gcc.c-torture/execute/ieee/ieee.exp: Load gcc-dg.exp library.
From-SVN: r103365
This commit is contained in:
parent
94b0413aaf
commit
7768a94a9a
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 }
|
||||
|
|
Loading…
Add table
Reference in a new issue