* testsuite/config/default.exp: Load gcc dejapatches.exp.
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Feb 2008 09:09:47 +0000 (09:09 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Feb 2008 09:09:47 +0000 (09:09 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132335 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/config/default.exp

index a876a12..1e1b109 100644 (file)
@@ -1,3 +1,7 @@
+2008-02-15  Hans-Peter Nilsson  <hp@axis.com>
+
+       * testsuite/config/default.exp: Load gcc dejapatches.exp.
+
 2008-02-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * testsuite/27_io/fpos/14320-1.cc: Check for "long long" and
index c08f6dd..cb86931 100644 (file)
@@ -31,3 +31,6 @@ proc ${tool}_target_compile { srcfile destfile compile_type options } {
     v3_target_compile $srcfile $destfile $compile_type $options
 }
 
+# Support for old dejagnu.  Must be loaded here, not in libstdc++.exp, to
+# make sure all existing procs are loaded when their presence is tested.
+load_file $srcdir/../../gcc/testsuite/lib/dejapatches.exp