| Index: gcc/contrib/regression/btest-gcc.sh
|
| diff --git a/gcc/contrib/regression/btest-gcc.sh b/gcc/contrib/regression/btest-gcc.sh
|
| index 66e8240fad676be69c26547e76254cf92c9c7275..28985760d2b785218b04eaf04d3bc4775fb8328c 100755
|
| --- a/gcc/contrib/regression/btest-gcc.sh
|
| +++ b/gcc/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
|
|
|