summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2009-09-02 20:26:15 +0000
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2009-09-02 20:26:15 +0000
commit0d12348a8a447ac3f0d395555bec3cb87d234516 (patch)
treeb7d15ea4d491abd7f683a6b272f4abe14113b92b /contrib
parenta7dcf969769c6cd5f8dbe9f898d6f4ef74ed3605 (diff)
downloadppe42-gcc-0d12348a8a447ac3f0d395555bec3cb87d234516.tar.gz
ppe42-gcc-0d12348a8a447ac3f0d395555bec3cb87d234516.zip
* btest-gcc.sh: Continue after bootstrap comparison failure.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151349 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r--contrib/regression/ChangeLog4
-rwxr-xr-xcontrib/regression/btest-gcc.sh1
2 files changed, 5 insertions, 0 deletions
diff --git a/contrib/regression/ChangeLog b/contrib/regression/ChangeLog
index 2b4939b5b00..43830f80488 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 66e8240fad6..28985760d2b 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
OpenPOWER on IntegriCloud