tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] Isolated bug


From: Philippe Ribet
Subject: [Tinycc-devel] Isolated bug
Date: Sat, 12 May 2007 20:31:36 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Debian/1.6-5

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.

Thanks,

--
Philippe Ribet



                        The README file said
             "Requires Windows 95, NT 4.0, or better."
                   So... I installed it on Linux!





reply via email to

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