[Top][All Lists]
[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
>
- [Tinycc-devel] Bug, Eric Chubb, 2006/07/04
- Re: [Tinycc-devel] Bug, Lubomir Kundrak, 2006/07/05
- Re: [Tinycc-devel] Bug,
PerfectDark <=
- Re: [Tinycc-devel] Bug, Ben Hinkle, 2006/07/06
- Re: [Tinycc-devel] Bug, Ben Hinkle, 2006/07/07
- Re: [Tinycc-devel] Bug, Sumesh KS, 2006/07/10
- Re: [Tinycc-devel] Bug, Lubomir Kundrak, 2006/07/10
- Re: [Tinycc-devel] Bug, PerfectDark, 2006/07/11
- Re: [Tinycc-devel] Bug, Sumesh KS, 2006/07/18
- Re: [Tinycc-devel] Bug, Dave Dodge, 2006/07/18