From 2f6924a4846fdb6e9fb51c5fca7d0f7e6336145d Mon Sep 17 00:00:00 2001
From: Geoffrey Keating <geoffk@apple.com>
Date: Wed, 2 Sep 2009 20:26:15 +0000
Subject: [PATCH] * btest-gcc.sh: Continue after bootstrap comparison failure.

From-SVN: r151349
---
 contrib/regression/ChangeLog    | 4 ++++
 contrib/regression/btest-gcc.sh | 1 +
 2 files changed, 5 insertions(+)

diff --git a/contrib/regression/ChangeLog b/contrib/regression/ChangeLog
index 2b4939b5b00e..43830f80488c 100644
--- a/contrib/regression/ChangeLog
+++ b/contrib/regression/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-02  Geoff Keating  <geoffk@apple.com>
+
+	* btest-gcc.sh: Continue after bootstrap comparison failure.
+
 2008-11-27  Geoff Keating  <geoffk@geoffk.org>
 
 	* mkindex.pl: New.
diff --git a/contrib/regression/btest-gcc.sh b/contrib/regression/btest-gcc.sh
index 66e8240fad67..28985760d2b7 100755
--- a/contrib/regression/btest-gcc.sh
+++ b/contrib/regression/btest-gcc.sh
@@ -127,6 +127,7 @@ if [ $H_HOST = $H_TARGET ] ; then
   if ! make $dashj bootstrap ; then
     [ -s .bad_compare ] || exit 1
     cat .bad_compare >> $REGRESS || exit 1
+    touch compare || exit 1   # Prevent the comparison from running again
     make $dashj all || exit 1
   fi
 else
-- 
GitLab