From 4ef8259d18add24bb589a185d050f4a524385f1f Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Sun, 27 Jan 2019 16:09:47 +0100 Subject: picosat induces bug in register allocation --- test/monniaux/picosat-965/configure.sh | 150 +++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100755 test/monniaux/picosat-965/configure.sh (limited to 'test/monniaux/picosat-965/configure.sh') diff --git a/test/monniaux/picosat-965/configure.sh b/test/monniaux/picosat-965/configure.sh new file mode 100755 index 00000000..a82cfe87 --- /dev/null +++ b/test/monniaux/picosat-965/configure.sh @@ -0,0 +1,150 @@ +#!/bin/sh + +satcompetition=no + +log=no +debug=no +stats=undefined +trace=undefined +static=yes +shared=no +thirtytwobit=no +static=no +rcode=no + +while [ $# -gt 0 ] +do + case $1 in + -g|--debug) debug=yes;; + -O|--optimize) debug=no;; + -l|--log) log=yes;; + -s|--stats) stats=yes;; + -t|--trace) trace=yes;; + --no-stats) stats=no;; + --no-trace) trace=no;; + --no-rcode) rcode=no;; + --rcode) rcode=yes;; + -32|--32|-m32) thirtytwobit=yes;; + -static|--static) static=yes;; + -shared|--shared) shared=yes;; + *) cat < ...] + +where