From 74cb1d8bfd6839f112540c02e48cfea699384522 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Fri, 15 Feb 2008 09:09:47 +0000 Subject: [PATCH] * testsuite/config/default.exp: Load gcc dejapatches.exp. From-SVN: r132335 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/testsuite/config/default.exp | 3 +++ 2 files changed, 7 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index a876a123e01..1e1b109c6c1 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2008-02-15 Hans-Peter Nilsson + + * testsuite/config/default.exp: Load gcc dejapatches.exp. + 2008-02-14 Kaveh R. Ghazi * testsuite/27_io/fpos/14320-1.cc: Check for "long long" and diff --git a/libstdc++-v3/testsuite/config/default.exp b/libstdc++-v3/testsuite/config/default.exp index c08f6dd61ef..cb869311fca 100644 --- a/libstdc++-v3/testsuite/config/default.exp +++ b/libstdc++-v3/testsuite/config/default.exp @@ -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