tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Bug


From: Ben Hinkle
Subject: Re: [Tinycc-devel] Bug
Date: Fri, 7 Jul 2006 17:28:56 -0400

On 7/5/06, PerfectDark <address@hidden > wrote:
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;
}
//--------------------
 
I've attached a patch to tcc-0.9.23 that should fix it. I haven't run too many tests but the one above works.

-Ben

Attachment: longlong.patch
Description: Text document


reply via email to

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