summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-09-06 16:10:48 +0000
committerAndreas Baumann <mail@andreasbaumann.cc>2021-09-06 16:10:48 +0000
commit1d4b293aea9a1c595634e95675299805ee8fde0c (patch)
treea0145f763765e1a75996c80b4071cf36808240bf
parenta8eeffaef662df8e9b174b5c484df95ecdba6a9e (diff)
downloadcompilertests-1d4b293aea9a1c595634e95675299805ee8fde0c.tar.gz
compilertests-1d4b293aea9a1c595634e95675299805ee8fde0c.tar.bz2
also pcc works now with hosted c4
-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