tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] I don't know how correct that bugs


From: PerfectDark
Subject: [Tinycc-devel] I don't know how correct that bugs
Date: Tue, 27 Sep 2005 18:19:44 +0400 (MSD)

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.
:-?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]