summaryrefslogtreecommitdiff
path: root/miniany/torture.sh
diff options
context:
space:
mode:
Diffstat (limited to 'miniany/torture.sh')
-rwxr-xr-xminiany/torture.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/miniany/torture.sh b/miniany/torture.sh
index c3d2db7..ad92a2e 100755
--- a/miniany/torture.sh
+++ b/miniany/torture.sh
@@ -4,13 +4,7 @@ for COMPILER in gcc clang pcc tcc; do
for MODE in freestanding hosted; do
for LEVEL in d s 0 1 2 3; do
echo "## $COMPILER $MODE $LEVEL ##"
-# pcc and hosted c4 fail, use another compiler for this case for now
-# ./build.sh c4 $COMPILER $MODE $LEVEL
- if test "$COMPILER" = "pcc"; then
- ./build.sh c4 tcc $MODE $LEVEL
- else
- ./build.sh c4 $COMPILER $MODE $LEVEL
- fi
+ ./build.sh c4 $COMPILER $MODE $LEVEL
./build.sh cc $COMPILER $MODE $LEVEL
./cc < test1.c > test1.asm
cat cc.c EOF test1.c | ./c4 > test1-c4.asm