bug-coreutils
[Top][All Lists]
Advanced

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

Re: [bug-gnulib] Re: printf (_("...%zu..."), X) where X is of type size_


From: Bruno Haible
Subject: Re: [bug-gnulib] Re: printf (_("...%zu..."), X) where X is of type size_t
Date: Tue, 4 Oct 2005 19:14:02 +0200
User-agent: KMail/1.5

Paul Eggert wrote:
>      printf ("size = %lu\n", (unsigned long) sizeof array);
>      printf ("diff = %ld\n", (long) (pointer2 - pointer1));
>
>    1989 Standard C requires this to work, and we know of only one
>    counterexample: 64-bit programs on Microsoft Windows IA-64.

IA-64 is dead (when you believe Ulrich Drepper's statistics). But how
about MS Windows on AMD64 ?

Bruno





reply via email to

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