Re: [Tinycc-devel] patch for tcc (and question)

2023-05-27 Thread Vlad Vissoultchev
This leaks under Windows https://github.com/TinyCC/tinycc/actions/runs/5096032862/jobs/9161538015 Where is this path allocation freed?

Re: [Tinycc-devel] resources for 0.9.27

2023-05-27 Thread sdf dsf
I tried using the repo.or.cz git clone command but the bug is still there. ___ Tinycc-devel mailing list Tinycc-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/tinycc-devel

[Tinycc-devel] Re : Calling for Release 0.10.0

2023-05-27 Thread david . koch
Hi, the mob branch is pretty much unstable. Before turning the mob branch into a new release, better do some thorough checking and regression testing. And have something consistent across the various supported platforms (x86, AMD64, ARM, M1, RISC-V, ...). Regards. - Mail d'origine

Re: [Tinycc-devel] patch for tcc (and question)

2023-05-27 Thread grischka
On 27.05.2023 02:28, Fred van Kempen via Tinycc-devel wrote: Herman: >> Based on the 0.9.27 release code, I added a patch to tcc.c to let it "find" itself and its >> support directories (include, lib etc) even it is not located in the root of that setup. I >> normally have stuff organized

Re: [Tinycc-devel] patch for tcc (and question)

2023-05-27 Thread Fred van Kempen via Tinycc-devel
> Where is this path allocation freed?When the program exits.  It is allocated > once at program startup, andthen auto-freed at program termination.  But, > sure, I could add a free. ___ Tinycc-devel mailing list Tinycc-devel@nongnu.org

Re: [Tinycc-devel] patch for tcc (and question)

2023-05-27 Thread Fred van Kempen via Tinycc-devel
> I'd say that this patch looks more like someone's personal easter egg,> or at > least you missed to explain why you would recommend other people > to use an install structure as you do as well, what the benefit is over > the one that they already have, and how they are supposed to create it, >