This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] Make ieee.exp load c-torture.exp


ieee.exp didn't work on its own because C_TORTURE_OPTIONS wasn't defined.
Tested on mips64el-linux-gnu and applied as obvious.

Richard


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

Index: gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp
===================================================================
--- gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp	(revision 136252)
+++ gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp	(working copy)
@@ -22,6 +22,7 @@
 # Load support procs.
 load_lib gcc-dg.exp
 load_lib torture-options.exp
+load_lib c-torture.exp
 
 # These tests come from Torbjorn Granlund's (tege@cygnus.com)
 # C torture test suite, and other contributors.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]