From 1d4b293aea9a1c595634e95675299805ee8fde0c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 6 Sep 2021 16:10:48 +0000 Subject: also pcc works now with hosted c4 --- miniany/torture.sh | 8 +------- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3-54-g00ecf