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.
--
Vincent Lefèvre <[email protected]> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel