> Hi Olivier, My name's Didier :)
> > === Build of TCC GIT with GCC 4.0.4 === > > > > Build failed because of -Wno-unused-result being unknown. > > > > [...] > > > > === Build of TCC GIT with GCC 4.1.2 === > > > > Build failed because of -Wno-unused-result being unknown. > > > > [...] > > > > === Build of TCC GIT with GCC 4.3.6 === > > > > Build failed because of -Wno-unused-result being unknown. > > > > [...] > > Can you try thi fix in eb028a8f423d2623cc174ab4d3c5a80fd8efbdde ? If > you have access to llvm, can you give me its output to -dumpversion ? Build and tests are now OK for GCC 4.0.4, 4.1.2, and 4.3.6. Thanks! > > === Build of TCC GIT with Clang 3.2 === > > > > Build OK (with some warnings, I can provide them to you if you > > want). > > > > Tests KO (see traces below). > > > > ------------ libtest ------------ > > ./libtcc_test lib_path=.. > > Hello World! > > fib(32) = 2178309 > > add(32, 64) = 96 > > cp ../include/tcclib.h . > > /usr/bin/clang -o tcctest.gcc tcctest.c -I. -I. > > -I/home/didier/documents/tech/dev/tcc/tinycc -w -Wall -g -O2 > > -fno-strict-aliasing -Wno-pointer-sign -Wno-sign-compare > > -Wno-unused-result -mpreferred-stack-boundary=2 -march=i386 > > -falign-functions=0 -m32 -DTCC_TARGET_I386 -std=gnu99 -O0 > > -fno-omit-frame-pointer > > tcctest.c:2585:3: error: void function 'cmp_comparison_test' should > > not ret urn a value [-Wreturn-type] return 0; > > ^ ~ > > 1 error generated. > > make[1]: *** [test.ref] Error 1 > > make[1]: Leaving directory > > `/home/didier/documents/tech/dev/tcc/tinycc/test s' make: *** > > [test] Error 2 > > Fixed in mob. I confirm. Regards, Didier
signature.asc
Description: PGP signature
_______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
