From: Hans-Peter Nilsson Date: Fri, 15 Feb 2008 09:09:47 +0000 (+0000) Subject: * testsuite/config/default.exp: Load gcc dejapatches.exp. X-Git-Tag: releases/gcc-4.3.0~151 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74cb1d8bfd6839f112540c02e48cfea699384522;p=thirdparty%2Fgcc.git * testsuite/config/default.exp: Load gcc dejapatches.exp. From-SVN: r132335 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index a876a123e01b..1e1b109c6c1d 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 c08f6dd61efc..cb869311fca3 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