[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] Problem while compiling tcc
From: |
Dave Dodge |
Subject: |
Re: [Tinycc-devel] Problem while compiling tcc |
Date: |
Fri, 28 Jul 2006 19:37:23 -0400 |
User-agent: |
Mutt/1.4.2i |
On Fri, Jul 28, 2006 at 12:51:15PM +0200, Guillaume R. wrote:
> tcctest.c:1920: warning: integer constant is too large for long type
What version of tcc are you compiling? The only integer constant on
line 1920 in version 0.9.23 is 3, which doesn't really fit the error
message.
-Dave Dodge