The testcases 22_floating_point and 24_math_library did not work with make tcov-test Add -lm for these in tests/tests2/Makefile gcc -fanalyzer complains about tcc_malloc and tcc_realloc because malloc(0) and realloc(ptr, 0) is not tested correctly.