Re: [Tinycc-devel] Compilation of tcc with clang

2012-03-06 Thread Thomas Preud'homme
Le mardi 6 mars 2012 13:05:40, Christian Jullien a écrit : > Hello Thomas, > > If your heart is in good health, you can also try splint on source code. > > The reported warning is true because cv is a CValue defined as > > typedef union CValue { > long double ld; > double d; > float

Re: [Tinycc-devel] Compilation of tcc with clang

2012-03-06 Thread Christian Jullien
e Sent: mardi 6 mars 2012 12:16 To: tinycc-devel@nongnu.org Subject: [Tinycc-devel] Compilation of tcc with clang Greetings everybody, a rebuild of Debian with clang was done recently and it led to a segmentation fault for tcc when running the test. Also, several warning were issued by clang, which

[Tinycc-devel] Compilation of tcc with clang

2012-03-06 Thread Thomas Preud'homme
Greetings everybody, a rebuild of Debian with clang was done recently and it led to a segmentation fault for tcc when running the test. Also, several warning were issued by clang, which is better than gcc for static analysis as far as I know. The full log is attached to this email. An example