Sorry, forget the compile time tests.
There was sill an "-O2" active.


> Results for testing 0.9.28rc with the project
> https://github.com/craigbarnes/dte
>
> * build break
>   -> fixed in mob
>
> * 128 warnings: assignment from incompatible pointer type
>    -> that's ok. The project source has macros to disable these warnings
>       for gcc and clang
>
> * 1 warning: function might return no value: 'xvasprintf'
>   -> In the project source is a function call ("fatal_error") which is 
> declared as "noreturn"
>      tcc is not smart enough to detect, that the end of the function will 
> never be reached.
>
> * All tests are passed with "make check", but with tcc, fewer tests are run
>   gcc/clang: 30271, tcc: 30247.
>   (the 32bit numbers differ, and my system is missing a 32bit library)
>


_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to