Hello.
I use tcc which I've been compiled under cygwin.
Maybe it was a bit incorrect and when I tried to compile following files tcc 
crushes.

> cat 1.c
void foo(unknown_t* t) {;}

> ./tcc -c 1.c
Segmentation fault. Stackdump created

> cat 2.c
int a = 1;
int b = 2;
int c = a + b; /*I also know that it wrong, but... just tried*/

> ./tcc -c 2.c
Segmentation fault. Stackdump created

> cat 3.c
unsigned long long x = 1ULL + 1ULL;

> ./tcc -c 3.c
Segmentation fault. Stackdump created


///////////////////////////////////////////////////////////
Please, help me fix it.

Regards,
        Alex

P.S.: When I used tcc-0.9.22 - native windows version, which I found in one 
post of these mailing list, I saw that bugs again.
:-?


_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to