On Thu, 21 Jul 2011 15:24:00 +0100
Diogo Sousa <diogogso...@gmail.com> wrote:


 
> I checked the "library functions in <inttypes.h>" item in c99status
> (marked as "Library Issue") [http://gcc.gnu.org/c99status.html], and it
> seems that glibc implements everything the standard demands.
 
> Am I missing something or is this outdated? If so, where can I find more
> information about it?

This brings another question. Can a GCC pass use intptr_t (the standard int of 
the same
size as a void* pointer)? This is quite useful, for instance when one wants to 
compute an
hash, or a unique sorted rank (to be used inside B-trees) from the address of a 
gimple
or a tree.

Regards.
-- 
Basile STARYNKEVITCH         http://starynkevitch.net/Basile/
email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359
8, rue de la Faiencerie, 92340 Bourg La Reine, France
*** opinions {are only mine, sont seulement les miennes} ***

Reply via email to