make[1]: Entering directory '/tmp/tinycc/tests' ------------ hello-exe ------------ Hello World ------------ hello-run ------------ Hello World ------------ libtest ------------ Hello World! fib(32) = 2178309 add(32, 64) = 96 ------------ libtest_mt ------------ running fib with mixed calls 1 2 3 5 8 13 21 34 55 89 144 233 377 610 987 1597 2584 4181 6765 10946 (8 ms) running fib in threads 1 2 5 3 13 377 144 233 8 1597 34 610 89 2584 987 55 10946 6765 4181 21 (18 ms) running tcc.c in threads to run fib 1 3 2 8 13 5 34 55 21 144 233 89 610 377 1597 2584 987 6765 4181 10946 (2041 ms) compiling tcc.c 10 times 1 2 3 4 5 6 7 8 9 10 (567 ms) tcctest.c:563: error: ';' expected (got "typedef_and_label") make[2]: *** [Makefile:109: test.ref] Error 1 make[1]: *** [Makefile:83: all] Error 2 make[1]: Leaving directory '/tmp/tinycc/tests' make: *** [Makefile:446: test] Error 2