tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Isolated bug


From: Rob Landley
Subject: Re: [Tinycc-devel] Isolated bug
Date: Sat, 12 May 2007 18:46:55 -0400
User-agent: KMail/1.9.1

On Saturday 12 May 2007 2:31 pm, Philippe Ribet wrote:
> Hello,
> 
> I just succeed in isolating a tcc bug from a very large piece of software:
> 
> #include <stdio.h>
> #include <inttypes.h>
> 
> int main(int argc, char ** argv) {
>   printf("%d\n",INT64_C(0)>=(INT64_C(-2147483648)));
>   return 0;
> }
> 
> I hope it won't be too hard to fix.

I added it to http://landley.net/code/tinycc/bugs and may take a stab at 
tracking it down over the weekend if somebody doesn't beat me to it. :)

Rob




reply via email to

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