Le vendredi 10 janvier 2014, 17:17:53 Vincent Lefevre a écrit :
> After the latest changes in the mob branch, the following program
> segfaults on Linux/x86_64:
> 
> #include <stdio.h>
> #include <stdlib.h>
> 
> static char *val[] = { "1.0001@100" };
> 
> int main (void)
> {
>   printf ("%s\n", val[0]);
>   return 0;
> }
> 
> Removing the "#include <stdlib.h>" line makes the bug disappear.

Can you try a git bisect to see what commit introduced this bug? I'm sorry, I 
won't be able to look at it before a few days though but the informations 
might help some others or myself in a few days in the worst case.

Best regards,

Thomas

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

Reply via email to