[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] Call for testing
From: |
Didier Barvaux |
Subject: |
Re: [Tinycc-devel] Call for testing |
Date: |
Sun, 6 Jan 2013 16:56:56 +0100 |
> 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] Call for testing, Thomas Preud'homme, 2013/01/05
- Re: [Tinycc-devel] Call for testing, Aharon Robbins, 2013/01/06
- Re: [Tinycc-devel] Call for testing, Didier Barvaux, 2013/01/06
- Re: [Tinycc-devel] Call for testing, Roy Tam, 2013/01/06
- Re: [Tinycc-devel] Call for testing, Roy Tam, 2013/01/06
- Re: [Tinycc-devel] Call for testing, grischka, 2013/01/07
- Re: [Tinycc-devel] Call for testing, Roy Tam, 2013/01/10
- Re: [Tinycc-devel] Call for testing, Thomas Preud'homme, 2013/01/13
- Re: [Tinycc-devel] Call for testing, Thomas Preud'homme, 2013/01/14