tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] TinyCC REPL


From: David Mertens
Subject: Re: [Tinycc-devel] TinyCC REPL
Date: Wed, 13 May 2015 15:03:31 -0400

Hey Sergey,

I pushed a small fix that includes the ULL suffix for all of those constants. Thanks for pointing that out. I'm so accustomed to working on a 32 bit machine that I hadn't realized I was on 64 bit these days.

David

On Wed, May 13, 2015 at 12:04 PM, Sergey Korshunoff <address@hidden> wrote:
Hi David!
On Linux32 there are warnings:

tccexsymtab.c: In function `_c_trie_popcount':
tccexsymtab.c:55: warning: integer constant is too large for "long" type
tccexsymtab.c:57: warning: integer constant is too large for "long" type
tccexsymtab.c:57: warning: integer constant is too large for "long" type
tccexsymtab.c:59: warning: integer constant is too large for "long" type
tccexsymtab.c:59: warning: integer constant is too large for "long" type
tccexsymtab.c:61: warning: integer constant is too large for "long" type
tccexsymtab.c:61: warning: integer constant is too large for "long" type
tccexsymtab.c: In function `_c_trie_find_child':
tccexsymtab.c:111: warning: integer constant is too large for "long" type
tccexsymtab.c: In function `_c_trie_add_one_more_slot':
tccexsymtab.c:158: warning: integer constant is too large for "long" type

_______________________________________________
Tinycc-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/tinycc-devel



--
 "Debugging is twice as hard as writing the code in the first place.
  Therefore, if you write the code as cleverly as possible, you are,
  by definition, not smart enough to debug it." -- Brian Kernighan

reply via email to

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