This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 64 bit time_t, when?


On Wed, Aug 23, 2000 at 02:32:39PM -0700, Ellis, John E (Edward) wrote:
> The web page "GNU Software in the Year 2000" says "by then (2038) all
> systems will have redefined time_t to be a 64-bit integer."  What
> determines when that happens?

The libc and os for the system; not the compiler.

> Is everyone waiting for Intel to bring out a 64 bit chip?

No, alpha-linux has been using a 64-bit time_t for 5 years.

The sparc64-linux folks also have a proper time_t.  Tru64 switched 
as well.  I don't know about the BSDs or other commercial systems.
Just choose your system with care and you'll be fine.



r~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]