This is known bug and I didnt heard that it was fixed by someone. I tested tcc 
mostly under win32 and code like that always lead to crush:

//--------------------
long long g_llSomethingVariable = -1LL;

#include <stdio.h>

int main( int argc, char ** argv )
{
return 0;
}
//--------------------

>Could you please provide an example code that triggers this bug?
>
>On Tue, Jul 04, 2006 at 08:39:43PM +0100, Eric Chubb wrote:
>> From: "Eric Chubb" <[EMAIL PROTECTED]>
>> To: <[email protected]>
>> Date: Tue, 4 Jul 2006 20:39:43 +0100
>> Message-ID: <[EMAIL PROTECTED]>
>> Subject: [Tinycc-devel] Bug
>> 
>> When you try and assign a value to a global variable just before main, the
>> compiler crashes
>> 
>
>> _______________________________________________
>> Tinycc-devel mailing list
>> [email protected]
>> http://lists.nongnu.org/mailman/listinfo/tinycc-devel
>



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

Reply via email to