tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Fw: TCC 0.9.28rc testing: dte (updated)


From: Detlef Riekenberg
Subject: [Tinycc-devel] Fw: TCC 0.9.28rc testing: dte (updated)
Date: Sun, 17 Sep 2023 19:40:57 +0200

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)
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]