Hi,
On Thu, 5 Dec 2019, Herman ten Brugge via Tinycc-devel wrote:
> Some options do not work any more after recent tcc.h change. (values are
> overwritten).
> The code in set_flag uses:
>
> *(int*)((char *)s + p->offset) =
> p->flags & FD_INVERT ? !value : value;
>
>
Hello,
On Wed, 4 Dec 2019, Herman ten Brugge wrote:
> I think I have a working patch now. See attachment.
> The code runs on i386 and x86_64 on linux for large projects I have.
>
> I found some bugs when updating the i386 code.
> The bugs are in the testcases in the patch.
> The test/boundtest.c
Hi.
Wondering why you think a mailing-list is a review/tests review notepad.
Not under-rating your work, it's very fine, but why not a private chat ?
Or only when tested a simple comment on a fork ?
Btw, I'd be glad to test it on x86 32 bits linux 5.0.
Regards, ian
Le 02/12/2019 à 22:46, Herman