[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] Call for testing
From: |
Thomas Preud'homme |
Subject: |
Re: [Tinycc-devel] Call for testing |
Date: |
Mon, 14 Jan 2013 17:55:02 +0100 |
User-agent: |
KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) |
Hi Akim,
Le dimanche 13 janvier 2013 23:30:49, Thomas Preud'homme a écrit :
>
> In the case we had some warnings I'd still prefer to not use
> -D_FORTIFY_SOURCE 0. The first reason is that _FORTIFY_SOURCE does 2
> things: it hardens the source by adding some buffer overflow checks and it
> adds more warnings. Setting _FORTIFY_SOURCE to 0 would stop the warning
> but also stop all the hardening which could be wanted. Secondly, turning
> off warnings globally to avoid some false positives would mean we miss
> real cases where someone forgot to test the return value of a function.
>
> > Also, someone please test the functionality of the install. (I suspect
> > libtcc.h might be missing).
>
> Good catch. It seems it comes from commit
> e79281f58ec302e8cc9dfc7d00e06f426fcd2acd.
Can you explain me what is the purpose of second part of the sed command used
to create symlink to Makefile: s,[^/]*/,../,g
I'm trying to build from tmp/tcc-builddir while the source are in tmp/tcc. The
first part of the sed command correctly transform "../tcc/./" into ../tcc/ but
then the second part change it into ../../
I suppose that was not the intended behavior but I don't see what was
expected.
Best regards,
Thomas Preud'homme
signature.asc
Description: This is a digitally signed message part.
- Re: [Tinycc-devel] Call for testing, (continued)
- 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 <=
- Re: [Tinycc-devel] Call for testing, Akim Demaille, 2013/01/14
- Re: [Tinycc-devel] Call for testing, Thomas Preud'homme, 2013/01/14
- Re: [Tinycc-devel] Call for testing, Akim Demaille, 2013/01/14
- Re: [Tinycc-devel] Call for testing, Thomas Preud'homme, 2013/01/14
- Re: [Tinycc-devel] Call for testing, grischka, 2013/01/14
- Re: [Tinycc-devel] Call for testing, Thomas Preud'homme, 2013/01/14
- Re: [Tinycc-devel] Call for testing, grischka, 2013/01/14
- Re: [Tinycc-devel] Revert "Optimize vswap()", Kirill Smelkov, 2013/01/15
- Re: [Tinycc-devel] Revert "Optimize vswap()", Roy Tam, 2013/01/15
- Re: [Tinycc-devel] Revert "Optimize vswap()", grischka, 2013/01/15