tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Bug


From: PerfectDark
Subject: Re: [Tinycc-devel] Bug
Date: Wed, 5 Jul 2006 12:43:46 +0400 (MSD)

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" <address@hidden>
>> To: <address@hidden>
>> Date: Tue, 4 Jul 2006 20:39:43 +0100
>> Message-ID: <address@hidden>
>> 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
>> address@hidden
>> http://lists.nongnu.org/mailman/listinfo/tinycc-devel
>





reply via email to

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