Hi,

I was trying to do a build of Tor statically but ran into this issue with 
current master and 0.9.27 package in Debian. I can reproduce with this:
 #include <stdlib.h>
 int main(){ char *p = NULL; free(p); }

and tcc -static gives the error. Is this a bug in tcc or elsewhere?

Sincerely,
John Scott

Attachment: signature.asc
Description: This is a digitally signed message part.

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

Reply via email to