]> gcc.gnu.org Git - gcc.git/commitdiff
* gcc.c-torture/execute/ieee/ieee.exp: Load gcc-dg.exp library.
authorBen Elliston <bje@au.ibm.com>
Mon, 22 Aug 2005 23:59:14 +0000 (23:59 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Mon, 22 Aug 2005 23:59:14 +0000 (09:59 +1000)
From-SVN: r103365

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

index bb30ee1c0b330fa0dd33e8dd10e40e7c7cdc4cb4..f18a9bd791df9ee1632f6b5cdf73b97c45537165 100644 (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
index e95f45e83a91a916239bdba5bb709510195fbd25..ec1b73302187c88c870b61c7ae300c59b7fd02fb 100644 (file)
 # 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 }
This page took 0.094323 seconds and 5 git commands to generate.