[Top][All Lists]
[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
longlong.patch
Description: Text document
- [Tinycc-devel] Bug, Eric Chubb, 2006/07/04
- Re: [Tinycc-devel] Bug, Lubomir Kundrak, 2006/07/05
- Re: [Tinycc-devel] Bug, PerfectDark, 2006/07/05
- Re: [Tinycc-devel] Bug, Ben Hinkle, 2006/07/06
- Re: [Tinycc-devel] Bug,
Ben Hinkle <=
- 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