This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Double word ints on PPC 604e
- To: "Bryan D. Lee" <bryan dot d dot lee at lmco dot com>
- Subject: Re: Double word ints on PPC 604e
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Tue, 15 Aug 2000 11:13:40 -0400
- cc: gcc at gcc dot gnu dot org
>>>>> "Bryan D Lee" writes:
Bryan> I'm trying to use "long long" integer type on a PPC 604e with gcc
Bryan> 2.7. I keep getting exceptions when trying to run the compiled code.
Bryan> I don't see a compiler flag for running on a 604e vs. a 604 (the 604e
Bryan> has no built-in 64-bit integer type). I would have thought that gcc
Bryan> would translate the long long type data manipulations into 32-bit
Bryan> operations, but now I'm not so sure.
Bryan> Can someone give me some pointers?
gcc-2.7 is over six years old! Why are you trying to use such an
antiquated version of GCC instead of a recent version? The current
release is gcc-2.95.2.
David