aboutsummaryrefslogtreecommitdiff
path: root/contrib/regression
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2006-09-05 18:11:49 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2006-09-05 18:11:49 +0000
commitec1ee65573108066a357ff00027a5c3a6b9a6031 (patch)
treea38693c48e6133b5accbe0df6ad3764824b53b19 /contrib/regression
parentd26cef13fbe5a707e4a495c4a9d56847b9547072 (diff)
* btest-gcc.sh: .bad_compare has moved to toplevel from gcc/.
From-SVN: r116702
Diffstat (limited to 'contrib/regression')
-rw-r--r--contrib/regression/ChangeLog4
-rwxr-xr-xcontrib/regression/btest-gcc.sh4
2 files changed, 6 insertions, 2 deletions
diff --git a/contrib/regression/ChangeLog b/contrib/regression/ChangeLog
index 32a81dd7042..c0d52161daf 100644
--- a/contrib/regression/ChangeLog
+++ b/contrib/regression/ChangeLog
@@ -1,3 +1,7 @@
+2006-09-05 Geoffrey Keating <geoffk@apple.com>
+
+ * btest-gcc.sh: .bad_compare has moved to toplevel from gcc/.
+
2006-01-18 Andrew Pinski <pinskia@physics.uc.edu>
* btest-gcc.sh: gcc.sum has moved to gcc/testsuite/gcc/gcc.sum.
diff --git a/contrib/regression/btest-gcc.sh b/contrib/regression/btest-gcc.sh
index db8664cfd9d..7a59392c40b 100755
--- a/contrib/regression/btest-gcc.sh
+++ b/contrib/regression/btest-gcc.sh
@@ -123,8 +123,8 @@ echo build > $RESULT
if [ $H_HOST = $H_TARGET ] ; then
$SOURCE/configure --prefix=$PREFIX --target=$H_TARGET || exit 1
if ! make $dashj bootstrap ; then
- [ -s gcc/.bad_compare ] || exit 1
- cat gcc/.bad_compare >> $REGRESS || exit 1
+ [ -s .bad_compare ] || exit 1
+ cat .bad_compare >> $REGRESS || exit 1
make $dashj all || exit 1
fi
else