Hi,
great news !

While working on a c interactive environment using libtcc 
(https://github.com/anael-seghezzi/CToy)
I came across a crash (a call to exit(0) in fact) in come occasions, I noticed 
that tcc_compile could call
gen_inline_functions even after detecting compilation errors, you seem to have 
corrected that have you ?

I had replaced gen_inline_functions(); by
if (s1->nb_errors == 0) gen_inline_functions();

But was not enough aware of the implications to be satisfied with it.

Bests,
Anael.

On sam 01/10/16 21:03 , grischka <gris...@gmx.de> wrote:

> Hey all,
> I did push some cleanups to prepare for a release 0.9.27,
> eventually.  Just if you wonder what's the point of that.
> --- grischka
> _______________________________________________
> Tinycc-devel mailing list
> https://lists.nongnu.org/mailman/listinfo/tinycc-devel
> 
> 

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to