Path: utzoo!utgpu!utstat!jarvis.csri.toronto.edu!rutgers!usc!samsung!uunet!zds-ux!gerry From: gerry@zds-ux.UUCP (Gerry Gleason) Newsgroups: comp.lang.c Subject: Re: C compiler with 64-bit ints?? Message-ID: <15@zds-ux.UUCP> Date: 10 Nov 89 20:22:13 GMT References: <6405@jpl-devvax.JPL.NASA.GOV> <12376@ulysses.homer.nj.att.com> Reply-To: gerry@zds-ux.UUCP (Gerry Gleason) Distribution: usa Organization: Zenith Data Systems Lines: 21 In article <12376@ulysses.homer.nj.att.com> cjc@ulysses.homer.nj.att.com (Chris Calabrese) writes: >In article <6405@jpl-devvax.JPL.NASA.GOV>, bruce@pituco.JPL.NASA.GOV (Bruce McLaughlin) writes: >> Does anyone know of a C compiler which runs on Sun workstations (68020/30) >> running 4.0.3 which supports 64-bit integers in a native-type mode? We have >Hmm, this seems like some thing which be difficult in C because it >would require modifying the compiler to use 64 bit ints, and there's >no really good hardware support for it anyway. It would also cause Not 64-bit ints, 64-bit integers whose type would be long. He is looking for a compiler that does this, a reasonable thing, that same thing as a compiler for a 16-bit system that has 32-bit longs. >problems when linking with modules compiled under the normal compiler >(like the shared libraries!) and would break any code which assumes >that long==int==32 bits. Any code that assumes this is broken already, besides, he is asking for a tool to be applied to a new problem. Gerry Gleason